C++ Program that can do the following. Take command line arguments and change th
ID: 669323 • Letter: C
Question
C++ Program that can do the following.
Take command line arguments and change the input text file according to the commands given in the command line
THe example text file is:
This is a demo, 100 times over,
for this assignment.
The table below shows command line arguments and the result of running your program. For this example, I show your program being named "filt" command output filt input.txt letter filt input.txt lower consonant filt input.txt upper letter numberRemove upper case letters, meaning Remove all letters (leaving spaces, punctuation and numbers Remove all lowercase consonants 100 Ti i a eo, 100 ie oe, 0 1 aie his is a demo times over for this assignment etter number Remove upper case letters numbers and punctuation punctExplanation / Answer
Hi,
you want the code. but i help you
to remove dots, commas, upper case
this below code will help.
#include<iostream.h>
#include<cstring.h>
or
again you want
erase the upper or letter mention it
like wise you change the upper, lower and what you want.
I hereby explain how to remove space and upper case letter.
incase you rename the uppercase name as lower case you got the total program.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.