Create a program with a nested if/else statement to have the following interface with user.
That is, ask user entering a test score and display the grade for it.
The scare of grades is followed:
100-90 A, 89-80 B, 79-70 C, 69-60 D, below 60 F.