Log in
Sign up for FREE
arrow_back
Library

If Statements

star
star
star
star
star
Last updated over 7 years ago
2 questions
1
1
Question 1
1.

Question 2
2.

set a = 25
set b = 27
If a > b
say "b is bigger"
say "confused?"
b is bigger confused
none of these
b is bigger
confused
z is 19
y is 1050
if z < 20
say "almost there"
if y = 1050
say "no no"
say "just about done"
almost there
almost there just about done
no no
almost there no no just about done
no no just about done