Question: Write a program that repeatedly asks the user to type in a sentence and press Enter. Your program will store each sentence the user types
Write a program that repeatedly asks the user to type in a sentence and press Enter. Your program will store each sentence the user types into some container. When the user types "exit" or "Exit", print every sentence back to the screen in alphabetical order and then exit. Written in C++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
