Question: Write a java program that opens the filename specified by the user, and outputs the number of lines in the file, character count, and word
Write a java program that opens the filename specified by the user, and outputs the number of lines in the file, character count, and word count
Example:
Enter file name
input_1.txt
Here are the stats for input_1.txt
Number of lines: 200
Character count: 3119
Word count: 400
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
