Implement the main method below in a class called Grade. The program should read integer points  (use the Scanner class) and print the grade (“A”, “B”, “C”, “D”, or “F”) based on the final score associated with a student.  Grades are classified as follows:

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter8: Advanced Method Concepts
Section: Chapter Questions
Problem 7E
icon
Related questions
Question

Implement the main method below in a class called Grade. The program should read integer points  (use the Scanner class) and print the grade (“A”, “B”, “C”, “D”, or “F”) based on the final score associated with a student.  Grades are classified as follows:


Number of Points

Final Grade

Greater than or equal to 90

A

Between 80 (inclusive) and 90 (exclusive)

B

Between 70 (inclusive) and 80 (exclusive)

C

Between 60 (inclusive) and 70 (exclusive)

D

Less than 60

F


Restrictions/Assumptions

  • Use the message “Enter final score” to prompt the user to enter the number of points.
  • Use the Scanner class to read the number of points, i.e., Scanner sc = new Scanner(System.in);
  • Use System.out.println(...) to print the final grade.
  • Assume that the user correctly enters an integer score.

 Start with this code:

import java.util.Scanner;

public class Grade {

public static void main(String[] args) {

For the toolbar, press ALT+F10 (PC) or ALT+FN+F10 (Mac)
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Math class and its different methods
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT