Show how to write this program step by step

User Generated

opnee

Computer Science

asc 609

Description

Write a computer program that stores and tracks information about high school students. The first piece of information is what grade the student is in. Since this is for high school, the available values are 9, 10, 11, and 12. We also want to track the student’s GPA. Examples of GPAs are 2.2, 2.6, and 4.0. Finally, we want to track the letter grade that the student got on his or her final exam. These values are A, B, C, D, and F.

Using the programming language(s) that you select, write a program that creates variables to store these values. Devise with good names for these variables. In addition to creating the variables, set the values as follows:

Grade 9
GPA 3.5
Final grade B

When finished, your program should run without errors. It won’t do anything, because we have not included anything to be printed on the screen. So, when you run the program it should just terminate without errors.

Tags: umuc
User generated content is uploaded by users for the purposes of learning and should be used following Studypool's honor code & terms of service.

Explanation & Answer

Hello there!-This is simply the answer for the question:StudentName = XXXStudentGrade = 9GPA = 3.5FinalGrade = B--------------------------------...


Anonymous
Just what I was looking for! Super helpful.

Studypool
4.7
Trustpilot
4.5
Sitejabber
4.4

Related Tags