GPA program

hey is there anyone able to help me? I'm to write a program that would use a student id number, name, credit per course and the grade for three courses. I'm to use the concept of an array for ID number, a pointer for the name and integer values for the credits and grades for the courses. I would need to define a constructor, and the relevant data members. Define
the member functions to get the id, name, credits and number grades for the courses.
You would display the students final gpa as a double with two decimal places.

I'm having a hard time. Please help. Thanks.
closed account (48bpfSEw)
Here are a lot of examples in many programming languages. search your topic or a similar theme. good luck!

https://www.planet-source-code.com/#

Topic archived. No new replies allowed.