Question
1) Why use a while loop instead of a for loop ? 2) Why use a do while loop ? General answer. 3) What is
1) Why use a while loop instead of a for loop ?
2) Why use a do while loop ? General answer.
3) What is the syntax for the do while loop ?
4) Are there other types of loops in C++, besides for, while and do whiles ? If so, what are they ?
5) Why use a loop ? What are the alternatives ?
6) What is difference between pretest and posttest loops ?
7) Can you have two loop statements overlap, or must they be nested ?
8) What is an Infinite loop ?
9) Would your boss like to you to copy and paste statements or write them once and use in a loop ?
10) What is your favorite loop why ?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started