Menu
×
×
Correct!
Exercise:Use the correct operator to compare if two values are equal.
val x = 5
val y = 3
println(x @(2) y)
val x = 5
val y = 3
println(x == y)
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 39 exercises.
Are you sure you want to continue?