Monthly Sales Project

This project is a console project that has hard coded objects that come from a struct named "Employee". Each employee gets a first name, last name, and employee ID. Inside the main code, there is a multi dimensional array that holds the values of sales for each employee. The program begins with printing out the employee information and their sales numbers. Then the user can select to get the sales totals for each employee or the monthly totals.

Program Run

Main Class Code