Chapter 5 Quiz Starting Out With C++ 019

Which of the following loop mechanisms are pretest loops in C++?

a. for loops
b. while loops
c. do while loops
d. a and c
e. a and b

1 comment: