Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 277 Bytes

File metadata and controls

4 lines (3 loc) · 277 Bytes

An example of a more complex command line application in Java. The application calculates the statistics from data read from a specified file.

To run the application, we need to specify the file name in the program arguments. For instance: -f src/main/resources/data.txt.