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

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

1 Expert Approved Answer
Step: 1 Unlock

Heres a C program that reads strings until QUIT is entered and then displays the strings in revers... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock