vetovar/JavaReceiptProject
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Instructions on how to use the program: 1. In the terminal, type “javac Main.java” 2. After its done compiling type “java Main “ and then the input file name. (only takes .txt files as inputs) Example: java Main input1.txt 3. There should be a new .txt file in the directory the user is working in named “output.txt”. NOTE: In the last line of code in the Main.java file the user has the option to change the name of the file. The default is “output.txt”.