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
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
Create a free account to access the full topic