My Java instructor wants us to rewrite the code using classes and methods.I can’t even get this code to run.

My Java instructor wants us to rewrite the code using classes and methods.I can’t even get this code to run.

**Rewrite using classes and methods.***

import static java.lang.System.out;

import java.util.Scanner;

public class AverageGrade {

public static void main(String[] args) {

double TestScore1;

double TestScore2;

double TestScore3;

String name1;

Scanner Keyboard = new Scanner(System.in);

System.out.print(“Please enter your name:”);

name1 = Keyboard.nextLine();

System.out.println(“Please enter test score 1”);

TestScore1 = Keyboard.nextInt();

System.out.println(“Please enter test score 2”);

TestScore2 = Keyboard.nextInt();

System.out.println(“Please enter test score 3”);

TestScore3 = Keyboard.nextInt();

double average = ((TestScore1 + TestScore2 + TestScore3)/3);

out.println(name1);

out.println(“The average score of the 3 tests is: ” + average);

if (average>90)

{

System.out.println(“You got an A”);

}

else if (average>=80)

{

System.out.println(“You got a B”);

}

else if (average>=70)

{

System.out.println(“You got a C”);

}

else if (average>=60)

{

System.out.println(“You got a D”);

}

else if (average<60)

{

System.out.println(“You got an F”);

}

}

}

"You need a similar assignment done from scratch? Our qualified writers will help you with a guaranteed AI-free & plagiarism-free A+ quality paper, Confidentiality, Timely delivery & Livechat/phone Support.


Discount Code: CIPD30



Click ORDER NOW..

order custom paper