This program was used to calculate weekly earnings for employees. Employees could have pay codes that ranged from 1-5, with each of them having different hourly pay. The program calculated the total pay that an employee would get and the tax and insurance that was taken out of that pay. It used functions, arithmetic operations, Try Catch statements, conditionals, and GUI elements. It also added all of the employees to a list, so that the pay for all of the employees could be viewed in one place.