Question
C program include Create a program in which a user can enter a string (up to 25 characters) and choose how they wish to manipulate
C program
include
Create a program in which a user can enter a string (up to 25 characters) and
choose how they wish to manipulate the string from a menu the program will
display. The program will continue to ask for commands until the user enters
the quit command. The commands are:
Replace All If a user types replace all using ANY sort of capitalization,
the program will prompt the user to enter the character to change and the new
character. Afterwards, it will replace all instances of the first character with
the new character and will printout the new string. This method does change
the original sentence entered.
Quit If the user types quit with any sort of capitalization, the program will stop running.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started