
Assessment Case Section 1
You have been hired by a library to write a program that helps organize their books by category and by book title. This library specializes in three categories of books: Science Fiction, Foreign Languages, and Computer Science. Your job is to write a method that retrieves the titles of the books in each category.
Deliverables:
- Test Matrix
- JUnit Test
- A working solution