Employee Payroll Array Project

This was a console project that used a struct to set employee information and then run through some calculations of the pay total. Then it uses a for each loop to display the information for each employee and calculate the total pay. After all of the information is displayed, it displays the total pay.

Program Run

Main Class Code