Multiple Choice
To create a loop that executes at least one time, you should use a ____ loop.
A) for
B) while
C) do-while
D) pretest
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: A(n) _ loop is one in which
Q14: Match each term with the correct statement
Q15: A loop body can be a single
Q16: In most C++ compilers you can stop
Q17: A loop that completely contains another is
Q19: Totals are _ by processing individual records
Q20: A priming _ is an input statement
Q21: What common pitfall can you identify in
Q22: What types of variables should be initialized?
Q23: A loop that falls entirely within the