Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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

Upgrading Oracle Databases Oracle Database New Features

Authors: Charles Kim, Gary Gordhamer, Sean Scott

1st Edition

B0BL12WFP6, 979-8359657501

More Books

Students also viewed these Databases questions

Question

How do Excel Pivot Tables handle data from non OLAP databases?

Answered: 1 week ago