Can you please write this in JAVA using arrays and strings. No scanner or lists and comment each section. I need help understanding what is being done at each step
Introduction to arrays and Strings
You are going to write a program to perform automated grading for True/False quiz. The first line of input will contain the quiz number followed by the answers to the quiz (T or F).
The subsequent lines of input will contain the student's name (last, first), the student's ID (nine digits), followed by the student's answers to the quiz.
Your program terminates processing student data when the string "ZZZZ" as the only data contained in the input. Your program will output the student's ID, the student's name (first last) and the score received for the quiz.