Multiple Choice
The ________ statement acts like a chain of if statements. Each performs its test, one after the other, until one of them is found to be True or until the construct is exited without any test ever evaluating to True.
A) if/then
B) if/else
C) if/else if
D) if/not if
E) if/endif
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: Assuming moreData is a Boolean variable, the
Q31: To check if a variable has a
Q32: All of the relational operators are binary.
Q33: The expression x < y is called
Q34: The default section of a switch statement
Q36: What will the following statement do if
Q37: Assuming goodData is a Boolean variable, the
Q38: When a program lets the user know
Q39: In C++ when a relational expression is
Q40: A trailing else placed at the end