

MCQOPTIONS
Saved Bookmarks
1. |
The main difference in operation between an 'if statement and a 'while' statement is |
A. | the 'while' loop body is executed |
B. | the body of the 'while' statement may be executed many times, the body of the 'if statements only once |
C. | the conditional expression following the keyboard is evaluated differently |
D. | All of the above |
Answer» C. the conditional expression following the keyboard is evaluated differently | |