[SOLVED] SOLVED:Create a GPA calculator

20.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (2 votes)

Create a GPA calculator. Ask the user to input a list of classes and the number of tests per class. Once the user has entered this initial information, allow the list to be saved when the user exits the program. When the program starts, any existing data should be loaded automatically. After the user has entered the list of classes and number of tests for each class, the user can then enter grades for eachtest. Create a button that allows the user to request a GPA calculation at any time. (GPA = average for each class averaged for the total number of classes in a semester.
All programs should have basic menu options that allow the user to exit the program and perform tasks you deem necessary for the program to function correctly.

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.