Problem
A set of libraries on a big campus is similar to a five-dimensional array of books. There are several libraries, each with several floors, each floor a rectangular array of stacks. Each stack is made of shelves.
a. Write the types necessary to describe the storage of library books according to this scheme. Use a string of 80 characters for the components (books) in your array. This string will hold the title of the book.
b. Write a code fragment to print out a list of book titles in a given library.
c. Write a code fragment to print out a list of book titles on the third floor of all libraries.