Integer operations

Report a typo

What is the result of these operations?

val secret1 = -1L
val x = 10 % 3 + 7 / 2 / 2
val y = secret1 * x + 3
print(y - x)

Write the answer as a number. For example, 123

Enter a number
___

Create a free account to access the full topic