Write a computer program that stores and tracks information


Please answer back python.

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

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Write a computer program that stores and tracks information
Reference No:- TGS02155235

Now Priced at $20 (50% Discount)

Recommended (93%)

Rated (4.5/5)