Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The project theme for this semester is Courses registration This project is to train you to work as a team. This project will also train

image text in transcribed
The project theme for this semester is "Courses registration" 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 2. Enter how many courses to register 3. Enter all the courses to register Display all the courses that have been registered s 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

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

Programming The Perl DBI Database Programming With Perl

Authors: Tim Bunce, Alligator Descartes

1st Edition

1565926994, 978-1565926998

More Books

Students also viewed these Databases questions