How many operands are in a relational expression?
What is the purpose of a flowchart?
What is the data type of the expression following the if keyword?
In an if /else if /else statement, which part must you have one, but only one, of?
In an if /else if /else statement, which part may you have more than one of?
In an if /else if /else statement, which part may you omit?
In a switch statement, what is the required data type of expression following the switch keyword?
In a switch statement, may an expression of the character data type follow the switch keyword?
In a switch statement, may the expression following a case keyword be a variable?
Which keyword in a switch statement corresponds to the else keyword in an if /else if /else statement?