×
×
Correct!
Print "Hello World" if
a <- 50
b <- 10
@(2) (a @(1) b) {
print("Hello World")
}
a <- 50
b <- 10
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?