Question: The code I had list above is not working in HyperGrade giving me error code. I need it in Java from Starting out with Java

The code I had list above is not working in HyperGrade giving me error code. I need it in Java from Starting out with Java From Control Structures through Data Structures 4th Edition Chapters 7,8.Write a beginner program that asks the user (from file books.csv)for several tags related to books. Show the books that have any of those tags. Using only toString, equals, ArraysList, For Loop, While loop, Static methods, Throws exception. The file contains over 8,000different books with their tags (isbn, title, author, genre, year, tags).I need a code that pulls the data from the file that contains thousands of books and displays on screen. We cannot use any try/catch/buffereader, hashcode, etc. Only using very basic and simple beginner java course codes. My code list above is what I currently have however when I put into Hypergrade it shows up all the red errors. What do I need to fix?
The code I had list above is not working in

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 Programming Questions!