Question: How do I create a GPA calculator In C++ using visual studio. Were I can input My grades and determine If I graduate with honors.
How do I create a GPA calculator In C++ using visual studio. Were I can input My grades and determine If I graduate with honors.
A is a 4.0, a B is 3.0, a C is 2.0, a D is 1.0, and an F is 0.0.
course credits are not factored in.
greater than or equal to 3.9 is summa cumlaude, 3.8 to 3.89 is magna cumlaude, 3.65 to 3.79 is cumlaude, below 3.65 there are no honors given.
calculator should prompt the user to input four grades as the numerical value.
calculate the average of the inputted grades, display this value to the user, and display a true or false statement for each of the honor levels.
For example:
A,A,B,A
Graduating summa cumlaude is false.
Graduating magna cumlaude is false.
Graduating cumlaude is true.
Graduating without honors is false
Your GPA is 3.75
Please provide Pseudo code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
