Question: This is for intro to java programming, we were told we can use System.out instead of using the command line to do this problem 12.13

This is for intro to java programming, we were told we can use System.out instead of using the command line to do this problem
12.13 (Count characters, words, and lines in a file) 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 . Prompt c:lexercise java Exercise12_13 Loan.java File Loan. java has 1919 characters 10 words 71 lines c:lexercise>
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
