Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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!

image text in transcribedimage text in transcribedimage text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Refactoring Databases Evolutionary Database Design

Authors: Scott Ambler, Pramod Sadalage

1st Edition

0321774515, 978-0321774514

More Books

Students also viewed these Databases questions

Question

What are Measures in OLAP Cubes?

Answered: 1 week ago

Question

How do OLAP Databases provide for Drilling Down into data?

Answered: 1 week ago

Question

How are OLAP Cubes different from Production Relational Databases?

Answered: 1 week ago