show how to write this program step by step
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 […]
