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