Code Editor Ready
Output
Console
Console initialized... Ready for Project 4: Simple Quiz Game > Test your code with the "Check My Code" button > When it works, the Complete button will activate!
Apply your loops and conditionals together! Create a quiz that asks 3 questions, tracks the score, and prints it at the end.
Create a program that:
ScannerScore: X/3 at the endint score = 0;System.out.println() to print itString ans = sc.nextLine();if (ans.equalsIgnoreCase("correct"))System.out.println("Score: " + score + "/3");Console initialized... Ready for Project 4: Simple Quiz Game > Test your code with the "Check My Code" button > When it works, the Complete button will activate!