Question: Java for beginners 6. Suppose the final grade cutoffs for a computer science course are based on a computed score: 90-100 is an A. 80-89
6. Suppose the final grade cutoffs for a computer science course are based on a computed score: 90-100 is an A. 80-89 is a B, 70-79 is a C, 60-69 is a D and less than 60 is F. You need to make sure score that score entered is between 0 and 100. Write a java program to determine the letter grade. The first couple of lines of the program have been provided for you below, you must complete the program Note: This is only an example. Your program must be general! That is, it must give correct output for any int number are read in import java.util.Scanner; public class grade public static void main(Stringt] args) Scanner scan = new Scanner (System.in)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
