Write a program to enter a score and a points possible for a test, computer the percent, display the percent to 1 decimal place and then display the letter grade (A – F) using a standard scale (90, 80, 70, 60) – use the if ... else if ... else if ...
Example
Enter points on test: 38
Enter points possible: 49
You got 77.6 percent
That is a C