h1

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:

  1. Test Matrix
  2. JUnit Test
  3. A working solution