Which of the following is a true statement about loops inC++? A) there are 4 loo
ID: 3616883 • Letter: W
Question
Which of the following is a true statement about loops inC++?
A) there are 4 loop statements
B) there are 2 loop statements
C) there are 3 loop statements
D) there are infinite loop statements
25.
Which of the following is a true statement about loops inC++?
A) while and do...while are most commonly used for countercontrolled loops
B) while and do...while are most commonly used for variablecontrolled loops
C) while and do...while are most commonly used for event controlledloops
D) while and do...while are most commonly used for explicitcontrolled loops
Explanation / Answer
Which of the following is a true statement about loops inC++?
A) there are 4 loop statements
B) there are 2 loop statements
C) there are 3 loopstatements for, do...while, while
D) there are infinite loop statements
25.
Which of the following is a true statement about loops inC++?
A) while and do...while are most commonly used for countercontrolled loops
B) while and do...while are most commonly used for variablecontrolled loops
C) while and do...while are most commonly usedfor event controlled loops
D) while and do...while are most commonly used for explicitcontrolled loops