Quiz: Loops
Test your understanding of loops in C++.
We'll cover the following...
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
Question 1 of 70 attempted
Ask