Multiple Choice
The statements that appear between the While and the End While clauses are called the ________________.
A) Statements
B) Loop
C) Body of the loop
D) Loop statements
E) While statements
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Which structure causes a statement or set
Q3: The loop that iterates as long as
Q4: Which loop is specifically designed to initialize,test,and
Q5: A While loop repeats infinitely when there
Q6: Which of these are posttest loops?<br>A)While and
Q7: The amount by which the counter variable
Q8: A count-controlled loop uses a variable known
Q9: How many times will the following loop
Q10: To _ a variable means to decrease
Q11: In a For loop,the programmer should know