Question: You are tasked with creating an inventory system for a small library. The system will use parallel arrays to store book titles ( an array
You are tasked with creating an inventory system for a small library. The system will use parallel arrays to store book titles an array of strings and their corresponding stock numbers an array of integers The program should perform the following tasks: Allow the user to input book titles and their corresponding stock numbers. Display a list of all books with their corresponding stock numbers. Display the total number of books in stock across all titles Implement a simple search feature where the user can input a book title, and the program will return the stock number or display a message if the bookisnotfound
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
