Convert the following do-while loop to a while loop:
char sure;do{ cout ≪ "Are you sure you want to quit? "; cin ≫ sure;} while (sure != 'Y' && sure != 'N');
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.