Note: When downloading and running one of the programs, be sure to rename the program to Main.java
For example: 1.java will become Main.java
Then type javac Main.java to compile and java Main to run.
Note: For Question 12, to compile and run the code you must type the following into a terminal:
javac Emppay.java Emp.java
java Emppay