Question: Create a C++ program to do the following: 1. Using ofs, functions, output file only 2. Create each one of the three Loops. 3. Each
Create a C++ program to do the following:
1. Using ofs, functions, output file only
2. Create each one of the three Loops.
3. Each loop should be in its own function named as follows: a. whl = while loop b. doo = Do loop c. forr = For loop
4. Each Loop type should use a counter, and count to 10 while printing 1 thru 10 in the output file. [on the same line per loop]
5. Each Loop print should have a title for what type of loop is printed
6. Each count print should be on a separate line.
7. All numbers should be aligned with all three print types.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
