Solved

The Do Loop Differs from the While Loop in That

Question 23

Multiple Choice

The do loop differs from the while loop in that


A) the while loop will always execute the body of the loop at least once
B) the do loop will always execute the body of the loop at least once
C) the do loop will continue to loop while condition in the while statement is false and the while loop will continue to loop while the condition in the while statement is True
D) the while loop will continue to loop while condition in the while statement is false and the do loop will continue to loop while the condition in the while statement is True
E) none of the above, there is absolutely no difference between the two types of loops

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions