The files provided in the code editor 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. An example of the program is shown below: Enter city for phone book >> Madison Enter number of pages in Madison's phone book >> 600 The phone book for Madison has 600 pages. That is a big phone book. Task 1: The DebugBook class compiles without error. Task 2: The DebugPhoneBook class compiles without error. Task 3: The DebugNine1 class compiles without error. Task 4: The DebugNine1 program accepts user input and displays the correct output.