Multiple Choice
Use a(n) ____ statement rather than two if statements when the alternative courses of action are mutually exclusive.
A) while
B) for
C) if-else
D) whether
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: Identify the letter of the choice that
Q25: Some programmers prefer to use for loops
Q26: It is better to underuse braces or
Q27: For a loop to terminate, each pass
Q28: Identify the letter of the choice that
Q30: The_ operator means not equal to.<br>A) --<br>B)
Q31: In a while statement, if the condition
Q32: Because it returns a value of true
Q33: A program can output data to a
Q34: An off-by-one error occurs when the value