Quiz on Loops
Test your understanding of loops in C++ by taking this quiz.
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