Multiple Choice
The __________ loop is a good choice when you do not want the loop to iterate if the condition is False in the beginning.
A) while
B) infinite
C) switch
D) do-while
E) post-test
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: A file must be _ before data
Q3: When the increment operator precedes its operand,
Q4: What will the following code display?<br>Int number
Q5: What will the following code display?<br>Int x
Q6: string objects have a member function named
Q7: The _ loop is ideal in situations
Q8: A file _ is a small holding
Q9: An initialization expression may be omitted from
Q10: An output file is a file that
Q11: The while loop is a _ loop.<br>A)