Question: Write new code for: 1. Write a program that will count the number of characters, words, and lines in a file. Words are separated by
Write new code for:

1. Write a program that will count the number of characters, words, and lines in a file. Words are separated by whitespace characters. The file name should be passed as a command-line argument, as shown below. Sample Run: java Lab05 Usage: java Lab05 file (if the command line does not provide a file to read) java Lab05 sample.txt Source file sample.txt does not exist (if sample.txt does not exist) java Lab05 sample.txt File sample.txt has 2788 characters 413 words 21 lines
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
