Define the class Student which has the private members name, ID, GPA, numberOfCourses, marks] (one dimensional array of type integer to store the marks), credits[] (one dimensional array of type integer to store the credits), and calculateGPAO) a function to calculate the GPA. The class also has the public members ser, getName(), print, a default constructor, and constructor with parameters. Implement the member functions of the class Student, enforcing the least privileged principle. The following driver produces the given sample of input/output: int main() string sName, sID; int NumOf Course, Student w w.print(): Student v("U7654321", "Ali", 3); v.print(): cout << "Enter the ID, name, number of courses for the student << endl; cin>> sID >> Name >> NumOf Course w.set(sID, sName, sNumOfCourse); w.print(); return 0; Create a project containing the class interface in a header file (Student h), the class implementation in a (Studentlmp.cpp) file and the driver in a (Student.cpp) file. Sample Output: U1234567 XYZ has GPA 3 Enter marks and credits of Ali courses Mark and credit of course # 1: 80 3 Mark and credit of course # 2: 105 3 Mark and credit of course # 3: 92 4 U7654321 Ali has GPA 2.5 Enter the ID, name, number of courses for the student U8765432 Omar 4 Enter marks and credits of Omar courses Mark and credit of course # 1: 72 3 Mark and credit of course # 2: 963 Mark and credit of course # 3: 827 Mark and credit of course # 4: 603 U8765432 Omar has GPA 2.33333

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

I need answer quickly

Define the class Student which has the private members name, ID,
GPA, numberOfCourses, marks[] (one dimensional array of type integer
to store the marks), credits[] (one dimensional array of type integer to
store the credits), and calculateGPA() a function to calculate the GPA.
The class also has the public members ser().getName(), print), a default
constructor, and constructor with parameters.
Implement the member functions of the class Student, enforcing the
least privileged principle.
The following driver produces the given sample of input/output:
int main()
string sName, SID;
int sNumOfCourse;
Student w;
w.print();
Student v("U7654321", "Ali", 3);
v.print():
cout<<"Enter the ID, name, number of courses for the student"
<< endl;
cin >> sID >> sName >> NumOfCourse;
w.set(sID, sName, sNumOfCourse);
w.print();
return 0;
Create a project containing the class interface in a header file
(Student.h), the class implementation in a (StudentImp.cpp) file and the
driver in a (Student.cpp) file.
Sample Output:
U1234567 XYZ has GPA 3
Enter marks and credits of Ali courses
Mark and credit of course # 1: 80 3
Mark and credit of course # 2: 105 3
Mark and credit of course # 3: 92 4
U7654321 Ali has GPA 2.5
Enter the ID, name, number of courses for the student
U8765432 Omar 4
Enter marks and credits of Omar courses
Mark and credit of course # 1: 72 3
Mark and credit of course # 2: 963
Mark and credit of course # 3: 82 7
Mark and credit of course # 4: 60 3
U8765432 Omar has GPA 2.33333
Transcribed Image Text:Define the class Student which has the private members name, ID, GPA, numberOfCourses, marks[] (one dimensional array of type integer to store the marks), credits[] (one dimensional array of type integer to store the credits), and calculateGPA() a function to calculate the GPA. The class also has the public members ser().getName(), print), a default constructor, and constructor with parameters. Implement the member functions of the class Student, enforcing the least privileged principle. The following driver produces the given sample of input/output: int main() string sName, SID; int sNumOfCourse; Student w; w.print(); Student v("U7654321", "Ali", 3); v.print(): cout<<"Enter the ID, name, number of courses for the student" << endl; cin >> sID >> sName >> NumOfCourse; w.set(sID, sName, sNumOfCourse); w.print(); return 0; Create a project containing the class interface in a header file (Student.h), the class implementation in a (StudentImp.cpp) file and the driver in a (Student.cpp) file. Sample Output: U1234567 XYZ has GPA 3 Enter marks and credits of Ali courses Mark and credit of course # 1: 80 3 Mark and credit of course # 2: 105 3 Mark and credit of course # 3: 92 4 U7654321 Ali has GPA 2.5 Enter the ID, name, number of courses for the student U8765432 Omar 4 Enter marks and credits of Omar courses Mark and credit of course # 1: 72 3 Mark and credit of course # 2: 963 Mark and credit of course # 3: 82 7 Mark and credit of course # 4: 60 3 U8765432 Omar has GPA 2.33333
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY