Using a do while Loop
In this exercise, you use what you have learned about do while loops. Study the following code, and then answer Questions.
const int NUM_TIMES = 3;int counter = 0;do{counter++;cout ≪ "Strike " ≪ counter ≪ endl;}while(counterWhat is the output of this program?
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.