Quiz: Loops
Test your understanding of loops in C++.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Which of the C++ loops is not a pretest loop?
A.
for
loop
B.
while
loop
C.
do-while
loop
D.
All of the above
1 / 7