1 Answer
← Prev Question
= 50 || score < 55) { System.out.println("D"); } else if (score >= 55 || score < 65) { System.out.println("C"); } else if (score >= 65 || score < 75) { System.out.println("B"); } else if (score >= 75 || score < 80) { System.out.println("B+"); } else { System.out.println("A"); } D C B A" CLASS="qa-next-q theme">Next Question →
No related questions found
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.
9.4m questions
12.2m answers