Question: Hello, my question is about this program. I have to press enter each time after I enter an ID or score. I hope to help

 Hello, my question is about this program. I have to pressenter each time after I enter an ID or score. I hopeto help me modify the code that when I input a list

Hello, my question is about this program. I have to press enter each time after I enter an ID or score. I hope to help me modify the code that when I input a list "like ID123456 90 95 100 85 90 90 99 10 100 95 100 100 98," I only need to press enter after "98" once to get the answer. Thanks

6 import java.util.Scanner; 7 8 public class P1 { 9 10 @ public static String scoreToLetterGrade (double grade) { 11 12 13 14 15 16 17 18 19 20 -D 21 22 23 24 25 0-D 0D 26 27 28 if (grade >= 90){ return "A+"; } else if (grade >= 85 && grade = 80 && grade = 77 && grade = 73 && grade = 70 && grade = 65 && grade = 60 && grade = 55 && grade = 50 && grade

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!