Log in | |
Track your progress |
Progress: Problem 1 of 9
Email Address: | Register |
Reset Password |
||
Password: | Log in |
Which statement will check if a is less than b?
if a less than b:
if a < b:
if a < b
if (a < b)
if a <= b:
if a >= b
if a > b
Check Answer
Next