Question: Write a C++ program to replace vowels with #, replace consonants with -, replace digits with X and replaces spaces with ? in a file.
Write a C++ program to replace vowels with #, replace consonants with -, replace digits with X and replaces spaces with ? in a file. The user will enter the name of the input file and the output file.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
