Question: . The project theme for this semester is Courses registration. C++ Language This project is to train you to work as a team. This project
. The project theme for this semester is "Courses registration". C++ Language This project is to train you to work as a team. This project will also train you to implement program using Object Oriented Programming concept. Create a class called course that contains data members Code, Name, Credit Hour, Level, Department Create necessary member functions to manipulate the data members. Write a menu driven program that will display this menu: Enter semester name Enter how many courses to register Enter all the courses to register Display all the courses that have been registered Display total credit hour registered . . . Exit . This menu will be displayed repeatedly until the user enter 6 to exit If menu 3 is selected, the program should ask for every detail of each course for all the number of courses entered in menu 2. . If menu 4 is selected, it will display all the courses that have been registered in menu 3 including the semester name entered in menu 1. Write your e-report (IN PDF FORMAT) according to the following outlines: Report Introduction What the project is about Code Show the comment and documentation for every block of the code .. Output Show the sample output (give screenshot) Conclusion What you learn from this project
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
