Solved

Which of the Following Is True About a While Loop

Question 2

Multiple Choice

Which of the following is true about a while loop?


A) The body of the loop is executed at least once.
B) The logical expression controlling the loop is evaluated before the loop is entered and after the loop exists.
C) The body of the loop may not execute at all.
D) It is a post-test loop

Correct Answer:

verifed

Verified

Related Questions