Find the number

Report a typo

Consider the following code:

val a = 3
var b = 6
val c = (a - 2) * ++b
print(c)

What is the value of the variable c?

Select one option from the list
___

Create a free account to access the full topic