×
×
Correct!
Print "Hello World" if
val a = 50
val b = 50
@(2) (a @(2) b) {
println("Hello World!")
}
val a = 50
val b = 50
if (a == b) {
println("Hello World!")
}
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 39 exercises.
Are you sure you want to continue?