Question: Student Name: Jhon Doe ( I just want the code in c + + nothing else following this instructions. Student ID: 1 2 3 4

Student Name: Jhon Doe (I just want the code in c++ nothing else following this instructions.
Student ID: 12345
Number of courses enrolled: 6
Course No. Course Name
MATH1350 Calculus I
CECS2222 Computer Programming II ,4, C ,3\times 2
CECS2223 Computer Programming II Lab 3 B 3\times 3
CECS 2300 Digital Logic 3 B 3\times 3
CECS 2300 Ensambly ,3 A 3\times 4
CECS 2004 Discrete Structures ,3 A 3\times 4
Total number of credit hours: 19
Mid-Semester GPA: (60)/(19)=3.16
Instructions for the student:
Design a Student class that has the following members:
a. A member variable for the name of the student (a char *)
b. A member variable for the student ID (an int)
c. A member variable for the number of courses (an int)
d. A member variable for the dynamically allocated array of courses of Course class. Not use vector datatype of vector.h library.
e. A constructor and appropriate accessors and mutators
f. Define insertion/extraction operators in the class.
Design a Course class that has the following members:
a. A member variable for the course number (a char *)
b. A member variable for the name of course (a char ^(**))
c. A member variable for credit course (an int)
d. A member variable for grade course ( a char)
e. A constructor and appropriate accessors and mutators
f. Define insertion/extraction operators in the class.
Define derivate class a member functions to calculate the Total number of credit hours and Mid-Semester.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!