You are assigned to write a program which is able to keep information of books
in the book store. There are 4 fields to be kept for a book: code (starting from 001),
book name, publisher, and price (can be a floating-point number). Once the information
is added by a user, print out the list of available books as shown in the expected output.
At least five books are inserted in the program.