Question: String Processin Write a program that manipulates a string entered by the user The program should start by asking the user to enter a word,
String Processin Write a program that manipulates a string entered by the user The program should start by asking the user to enter a word, a sentence, or a string of numbers. Store whatever the user enters into a C++ string The program should then display the following menu USE THIS MENU TO MANIPULATE YOUR STRING 1) Inverse String 2) Reverse String 3) To Uppercase 4) Jumble String 5) Count Number Words 6) Count Consonants 7) Enter a Different String 8) Print the String 9) Quit If the user selects 1: Inverse the upper and lower case letters of the string. If the string contains numeric characters or special characters do not change them. NOTE: This option should actually change the string to its inverse. Note this option does not display
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
