Question: 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
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 in Figure 12.13.
C. Command Prompt c:\exercise>java Exercise12_13 Loan.java File Loan.java has 1919 characters 210 words 71 lines c:\exercise>
Step by Step Solution
3.46 Rating (166 Votes )
There are 3 Steps involved in it
Program paln Read the name of the file from the command line Count the number of lines in the file C... View full answer
Get step-by-step solutions from verified subject matter experts
