Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

To create on C++ Read all instructions carefully before beginning. You have been assigned a project where your client is asking the following A program

To create on C++

image text in transcribed

Read all instructions carefully before beginning. You have been assigned a project where your client is asking the following A program that is going to be used as school roster. In the system you can enter both teachers administrative personnel, and students. Each type of role has a different specification even if they are ALL person. This system will be used as the main application to record everything from grades to payroll. For each option you didn't choose when the user selects the option the system should print: e Your task for midterm "option not available" and return to main menu The birth date is a string field and doesn't have to be validated. All the other user entries should Implement the class Person which will include * be validated The print option should display the correct format for each field in a record form. Example: All records entered for students FirstName: Joanne Middle Name Birthdate: 01/01/2001 Phone Number: 787-123-4567 Student Number: 123456 FirstName: Test Middle Name: Test Last Name: Other Birthdate: 01/01/2010 Phone Number: 787-123-4567 Student Number: 123456 o first name o middle name o last name o second last name o birthdate o phone number Last Name: Brenes Scond Last Name: Catinchi *Choose one of the following to implement: o Hierarchy with the Teacher class which includes: Grade: 11th grade GPA:3.5 - employee number - annual pay . grade teaching (can show a menu of options) Second Last Name: Student o Hierarchy with the Student class which includes: - student number . grade. (can show a menu of options) Grade: 6th grade GPA: 3.8 GPA o Hierarchy with the Administrative Class which includes: .employee number - annual pay aposition Option 7 is where you must print the information about the creator. This is your name, student Each class has to have a constructor, the setter and the getter. The deconstructor has to be Your system should present a main menu with the following options: initiated with at least a cout. School System 1 Enter a new student 2- Enter a new teacher 3- Enter a new Administrative personnel 4 Print all students 5- Print all teachers 6- Print all Administrative Personnel 7- Info 8- Exit The following items must be uploaded: o Cpp where your main is defined .h and.cpp of your person class h and.cpp of your selected class (student, teacher, administrative personnel) Print screen of your printed record (at least two), print screen of your main menu, print screen of your info. (4 to 5 print screens) in a pdf document o o Read all instructions carefully before beginning. You have been assigned a project where your client is asking the following A program that is going to be used as school roster. In the system you can enter both teachers administrative personnel, and students. Each type of role has a different specification even if they are ALL person. This system will be used as the main application to record everything from grades to payroll. For each option you didn't choose when the user selects the option the system should print: e Your task for midterm "option not available" and return to main menu The birth date is a string field and doesn't have to be validated. All the other user entries should Implement the class Person which will include * be validated The print option should display the correct format for each field in a record form. Example: All records entered for students FirstName: Joanne Middle Name Birthdate: 01/01/2001 Phone Number: 787-123-4567 Student Number: 123456 FirstName: Test Middle Name: Test Last Name: Other Birthdate: 01/01/2010 Phone Number: 787-123-4567 Student Number: 123456 o first name o middle name o last name o second last name o birthdate o phone number Last Name: Brenes Scond Last Name: Catinchi *Choose one of the following to implement: o Hierarchy with the Teacher class which includes: Grade: 11th grade GPA:3.5 - employee number - annual pay . grade teaching (can show a menu of options) Second Last Name: Student o Hierarchy with the Student class which includes: - student number . grade. (can show a menu of options) Grade: 6th grade GPA: 3.8 GPA o Hierarchy with the Administrative Class which includes: .employee number - annual pay aposition Option 7 is where you must print the information about the creator. This is your name, student Each class has to have a constructor, the setter and the getter. The deconstructor has to be Your system should present a main menu with the following options: initiated with at least a cout. School System 1 Enter a new student 2- Enter a new teacher 3- Enter a new Administrative personnel 4 Print all students 5- Print all teachers 6- Print all Administrative Personnel 7- Info 8- Exit The following items must be uploaded: o Cpp where your main is defined .h and.cpp of your person class h and.cpp of your selected class (student, teacher, administrative personnel) Print screen of your printed record (at least two), print screen of your main menu, print screen of your info. (4 to 5 print screens) in a pdf document o o

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

More Books

Students also viewed these Databases questions

Question

3. Is it a topic that your audience will find worthwhile?

Answered: 1 week ago

Question

2. Does the topic meet the criteria specified in the assignment?

Answered: 1 week ago