Multiple Choice
How do we call the
number >= 15
part in the if statement below?When you wish to check if an integral number differs from another integral number, then you need to use the ... operator.
How many
if else
clauses can we add to an if statement?What is the output of the following code snippet?
What is the value of
a
that will be printed to the terminal?Which of the operators below is a comparison operator?
What is the resulting value in
E
?What condition is required (in place of
<condition_here>
) to get a list of all even numbers between 0 (inclusive) and 100 (exclusive)?
Last updated