Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

: You have to write a program to store information of university students. There can be many students in university, so you can make a Student class and objects of class Student to store information....

1 answer below »

: You have to write a program to store information of university students. There can be many students in university, so you can make a Student class and objects of class Student to store information. The university is interested in storing information about student’s name, enrollment, department, class, CGPA and gender. You can store this information as data member values for each object. But as you already know you cannot directly access data members of a class, so you need to make member functions to access data members. You can make as many member functions as you want. There are no restrictions.

The University is interested in knowing the student’s name with highest CGPA in a specific class. For example if you entered information of 10 students from class BSIT 2 and information of 5 students from class BSIT 3, and it is asked to find name of student with highest CGPA in BSIT 2 then your program must be able to find details of highest CGPA student from only BSIT 2.

The university is also interested in knowing the ratio of male to female students in a class that is how many male and female students are there in a specific class. Your program must be able to answer this question too.

Answered 111 days After Jun 04, 2022

Solution

Jitendra answered on Sep 09 2022
60 Votes
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here