0%
0 / 25 answered

Practice Test 1

25 Questions
Question
2 / 25
Q2

Identify the error in the following assignment statement and suggest a correction in this student record program.


Scanner input = new Scanner(System.in);

Student student = new Student("Ava");

System.out.print("Quiz score: ");

double quizScore;

quizScore == input.nextDouble();

student.addScore(quizScore);

Question Navigator