Question: In this question you have to write a program that allow the user specify a file name on the command line, after that the program
In this question you have to write a program that allow the user specify a file name on the command line, after that the program has to print:
- number of characters
- number of words
- number of lines
- average number of words per line
- average number of characters per word in that file.
But, if user dose not specify any file name, you have to prompt the the user for the name.
( using Java program )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
