Question: This program is C#. Any help is greatly appreciated! You're going to call this project PO3StudentEmployeeEntry. For this project, you're going to create a console
This program is C#. Any help is greatly appreciated!



You're going to call this project PO3StudentEmployeeEntry. For this project, you're going to create a console application with two classes in addition to the Program.cs class that's generated when you create a new Console Application project. Don't rename Program.cs. The first class will be called StudentClass and will have the following public attributes: String Name, String Major, String GraduationYear, Double GPA. The second class will be called EmployeeClass and will have the following public attributes: String Name, String Department, Double Salary. Along with the attributes for each class you'll create a constructor in which you'll pass the data in through the parameters and set the properties inthat constructor method. You're going to create a menu that gives the user options to: Add a student/Add an employee View all students View all employees /Exit. Student Employee Menu 1) Add a Student dd an Employee tudents iew 4) View a Employees 5) Exit Make a selection: If they choose view all Students or View all Employees and none have been entered, then you're going to tell them that none have been entered
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
