Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 10 (Q.No. 1)
1.
The main difference in operation between an 'if statement and a 'while' statement is
the 'while' loop body is executed
the body of the 'while' statement may be executed many times, the body of the 'if statements only once
the conditional expression following the keyboard is evaluated differently
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Anuja said:   10 years ago
Statement [B] is wrong.

It should be the body of the 'while' statement may be executed many times, the body of the 'if statements at most once.

Post your comments here:

Your comments will be displayed after verification.