Question: Finish the program below. Prompt the user and collect an integral value. Your program determines which grade letter the user got, and displays it to

Finish the program below. Prompt the user and collect an integral value. Your program determines which grade letter the user got, and displays it to the user. You must use if statements, or case statements (bonus for case statements) Use the following grades scheme 0-39: F 40-49 E 50-59: D 60-69 C 70-79: B. 80-89 A 90 - 100. A+ Don't do any imports as they are already done for you below. import Java.util. Scanner; public class Grader {public static void main (string() args)//end of program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
