Java: Using Comman line arguments to process the names of files
Posted
by Kat
on Stack Overflow
See other posts from Stack Overflow
or by Kat
Published on 2010-03-30T20:20:08Z
Indexed on
2010/03/30
20:23 UTC
Read the original article
Hit count: 470
I'm a writing a program that will determine the number of lines, characters, and average word length for a text file. For the program, the specifications say that the file or files will be entered as a command line argument and that we should make a TestStatistic object for each file entered. I don't understand how to write the code for making the TestStatistic objects if the user enters more than one file.
© Stack Overflow or respective owner