Assume that a sales man in stationery asks you to write


Assume that a sales man in stationery asks you to write a program to help in managing the books information. Each book has a title, author name, edition no, publisher, ISBN, price. ISBN number is a unique number for each book. 
To represent and manage books information in your program, use parallel arrays; array for each piece of information. use a continue menu to enable the user to do the following: 
• Add new book to the list. Ask the use to enter the book information. Check if the ISBN is for one of the books in the list display an error message; otherwise add it to the list. Make sure that the list is not full. 
• Update book information; prompt the user to enter the book ISBN , then ask the user to enter the other details. Display appropriate message if the ISBN is not valid 
• Delete a book; ask the user to enter the ISBN. If the ISBN is valid, display the book information and then ask the user to confirm the deletion process. 
• Display a list of all books. Books information should be organized in a table. use formatting manipulators. 
• Display the titles of the books which have number of copies less than five. 
• Sort books information by title. 
• Sort books information by publisher. 
• check whether a book is available or not, by ask the user to enter the book title and if it available display book information.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Assume that a sales man in stationery asks you to write
Reference No:- TGS0141988

Expected delivery within 24 Hours