+ 1
Pls,, i want to write a program to calculate gpa,,, been struggling with it for some time now
c++
4 Antworten
+ 6
If classes have different amount of credits, multiply each class grade by it's credits and add them together. Divide the total by the total credits.
+ 3
thanks alot, know what to do
+ 2
Add all grades (class GPA) and then divide by amount of classes? Doesn't seem too hard.
+ 1
what should this prigram do? any details, like how this gpa is calculated?