Question: m Instructions >_ Terminal + A-Z The files provided in the code editor to the right contain syntax and/or logic errors. In each case, determine

 m Instructions >_ Terminal + A-Z The files provided in the

m Instructions >_ Terminal + A-Z The files provided in the code editor to the right contain syntax and/or logic errors. In each case, determine and fix the problem, remove all syntax and coding errors, and run the program to ensure it works properly. DebugNine 1.java 1 // Looks up author of selected books 2 import java.util.*; 3 class DebugNine1 4 { 5 public static void main(String[] args) 6 { 7 Scanner input = new Scanner(System.in); 8 String[][] books = new String[6][2]; 9 books[@][@] - "Ulysses"; 10 books[@][1] = "James Joyce"; 11 books [1][@] = "Lolita" 12 books[1][1] = "Vladimir Nabokov"; books[2][1] = "Huckleberry Finn"; 14 books[2][1] = "Mark Twain"; 15 books[3][0] = "Great Gatsby"; 16 books[3][2] = "F. Scott Fitzgerald"; 17 books[4][0] = "1984"; 18 books[4][1] - "George Orwell"; 19 books[5][5] = "Sound and the Fury"; 20 books[5][1] = "William Faulkner"; 21 Grading 2 Write your Java code in the area on the right. Use the Run button to compile and run the code. Clicking the Run Checks button will run pre-configured tests against your code to calculate a grade. Once you are happy with your results, click the Submit button to record your 1 99+ Type here to search I!! Desktop ? TH 10:08 PM Saturday 1/16/2021 = 22

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!