Question: Program in c++ Language: You can use either classes or structures Write a C++ Program for the following problem: 1. Take any 20 students with
Program in c++ Language: You can use either classes or structures
Write a C++ Program for the following problem:
1. Take any 20 students with SID, Firstname, Lastname, Number of credit hours taking, Address, Email address, and Phone number.
2. Take any 15 Faculty Members with FID, Firstname, Lastname, Department, Office Number, Phone Email address, and Phone number.
3. Take any 10 Courses with CID, Department Name, Building, Classroom, Days, time, Professor, Credit Hours, Maximum enrollment, number of enrollees.
4. Enrolment with SID, FID, CID.
5. Each student may take 1 to 5 classes.
6. Each faculty may teach 0 to 4 classes.
7. If we search with FID it should show how many students are enrolled with that faculty and courses
8. If we search with CID it should show how many students are enrolled with that courses and faculty that teach.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
