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