Multiple Choice
The while loop and the for loop are ____ loops.
A) pretest
B) posttest
C) nested
D) inner
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q37: As a custom, many programmers use the
Q38: In what situations would you typically use
Q39: The initialize portion of a for loop
Q40: Match each term with the correct statement
Q41: Write a program that projects sales goals
Q43: The most difficult aspect of working with
Q44: Most often the evaluate part of the
Q45: It is preferable to initialize loop control
Q46: Match each term with the correct statement
Q47: The do-while loop is a(n) _ loop.<br>A)