Question: Write a C++ program that reads strings until QUIT input, which then displays all strings in the reverse order they were entered. 1. Tell
Write a C++ program that reads strings until "QUIT" input, which then displays all strings in the reverse order they were entered. 1. Tell the user the program will read strings until "QUIT" is entered. 2. Loop a. Ask user for a string b. If the string is "QUIT" break the loop, otherwise store data 3. Inform user data will be displayed in reverse. 4. Display ALL strings in reverse. 5. Free the space used to store the strings.
Step by Step Solution
3.24 Rating (153 Votes )
There are 3 Steps involved in it
Heres a C program that reads strings until QUIT is entered and then displays the strings in revers... View full answer
Get step-by-step solutions from verified subject matter experts
