Starting out with Java: From control structures through objects
Chapter 3
Programming Challenges
4. Test Scores and Grade
Write a program that has variables to hold three test scores. The program should ask the user to enter three test scores and then assign the values entered to the variables. The program should display the average of the test scores and the letter grade that is assigned for the test score average. Use the grading scheme in the following table:
Test Score Average …