This is the README file.
To compile, navigate to this directory on the terminal and type in the command javac *.java
To run the file, we are using the salesObject class as the entry point. type in the command
java salesObject
after compiling to run.
Input files need to be in the project directory and must be named consecutively, i.e (Input1.txt, Input2.txt, Input3.txt, Input4.txt, ... etc)