Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Nested Relations And Complex Objects In Databases Lncs 361

Authors: Serge Abiteboul ,Patrick C. Fischer ,Hans-Jorg Schek

1st Edition

3540511717, 978-3540511717

More Books

Students also viewed these Databases questions