Question: Need to develop a simple Java command line utility called program that does the following: Specification of Utility: Name: program Synopsis: program OPT -c :
Need to develop a simple Java command line utility called program that does the following:
Specification of Utility:
Name: program
Synopsis: program OPT
-c
Example of Useage:
program -c "aeiou" file.txt (changes all instances of characters "aeiou" in file to upper or lowercase.
File.txt contains "abcxyZ" result will be "ABCXYz"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
