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:
Number of courses enrolled:
Course No Course Name
MATH Calculus I
CECS Computer Programming II C times
CECS Computer Programming II Lab B times
CECS Digital Logic B times
CECS Ensambly A times
CECS Discrete Structures A times
Total number of credit hours:
MidSemester GPA:
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 insertionextraction 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 insertionextraction operators in the class.
Define derivate class a member functions to calculate the Total number of credit hours and MidSemester.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
