Task: Develop a C++ Program for Book Inventory Management You are tasked with creating a C++ program that helps manage a bookstore's inventory. The program should allow users to input details about each book, such as title, author, and quantity in stock. The program should then display a summary of the inventory, including the total number of books and information about the most and least stocked books. Follow these guidelines: • Begin the program by asking the user to enter the total number of books in the inventory. • For each book, prompt the user to input details such as title, author, and quantity in stock. Store this information in an array of structures. • Display a summary of the inventory, including the total number of books. • Identify and print details about the most and least stocked books in the inventory. • Provide additional comments to explain the purpose, input, and output of the program. • Use single-line comments to clarify complex statements or justify your reasoning. Test your program with the sample data below and provide screenshots of the output: Sample Run 1: Enter the total number of books in the inventory: 5 Enter details for each book: Book 1: Title: The Great Gatsby Author: F. Scott Fitzgerald Quantity: 15 Book 2: Title: To Kill a Mockingbird Author: Harper Lee Quantity: 8 Book 3: Title: 1984 Author: George Orwell Quantity: 20 Book 4: Title: Pride and Prejudice Author: Jane Austen Quantity: 12 Book 5: Title: The Catcher in the Rye Author: J.D. Salinger Quantity: 10 Inventory Summary: Total number of books: 65 Most stocked book: 1984 by George Orwell (20 copies) Least stocked book: To Kill a Mockingbird by Harper Lee (8 copies) Sample Run 2: Enter the total number of books in the inventory: 3 Enter details for each book: Book 1: Title: The Hobbit Author: J.R.R. Tolkien Quantity: 25 Book 2: Title: The Alchemist Author: Paulo Coelho Quantity: 30 Book 3: Title: Frankenstein Author: Mary Shelley Quantity: 15 Inventory Summary: Total number of books: 70 Most stocked book: The Alchemist by Paulo Coelho (30 copies) Least stocked book: Frankenstein by Mary Shelley (15 copies)

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter6: Arrays
Section: Chapter Questions
Problem 10PE
icon
Related questions
Question
Task: Develop a C++ Program for Book Inventory Management
You are tasked with creating a C++ program that helps manage a bookstore's
inventory. The program should allow users to input details about each book, such as
title, author, and quantity in stock. The program should then display a summary of the
inventory, including the total number of books and information about the most and
least stocked books.
Follow these guidelines:
• Begin the program by asking the user to enter the total number of books in the
inventory.
. For each book, prompt the user to input details such as title, author, and quantity in
stock. Store this information in an array of structures.
• Display a summary of the inventory, including the total number of books.
• Identify and print details about the most and least stocked books in the inventory.
• Provide additional comments to explain the purpose, input, and output of the
program.
• Use single-line comments to clarify complex statements or justify your reasoning.
Test your program with the sample data below and provide screenshots of the output:
Sample Run 1:
Enter the total number of books in the inventory: 5
Enter details for each book:
Book 1:
Title: The Great Gatsby
Author: F. Scott Fitzgerald
Quantity: 15
Book 2:
Title: To Kill a Mockingbird
Author: Harper Lee
Quantity: 8
Book 3:
Title: 1984
Author: George Orwell
Quantity: 20
Book 4:
Title: Pride and Prejudice
Author: Jane Austen
Quantity: 12
Book 5:
Title: The Catcher in the Rye
Author: J.D. Salinger
Quantity: 10
Inventory Summary:
Total number of books: 65
Most stocked book: 1984 by George Orwell (20 copies)
Least stocked book: To Kill a Mockingbird by Harper Lee (8 copies)
Sample Run 2:
Enter the total number of books in the inventory: 3
Enter details for each book:
Book 1:
Title: The Hobbit
Author: J.R.R. Tolkien
Quantity: 25
Book 2:
Title: The Alchemist
Author: Paulo Coelho
Quantity: 30
Book 3:
Title: Frankenstein.
Author: Mary Shelley
Quantity: 15
Inventory Summary:
Total number of books: 70
Most stocked book: The Alchemist by Paulo Coelho (30 copies)
Least stocked book: Frankenstein by Mary Shelley (15 copies)
Transcribed Image Text:Task: Develop a C++ Program for Book Inventory Management You are tasked with creating a C++ program that helps manage a bookstore's inventory. The program should allow users to input details about each book, such as title, author, and quantity in stock. The program should then display a summary of the inventory, including the total number of books and information about the most and least stocked books. Follow these guidelines: • Begin the program by asking the user to enter the total number of books in the inventory. . For each book, prompt the user to input details such as title, author, and quantity in stock. Store this information in an array of structures. • Display a summary of the inventory, including the total number of books. • Identify and print details about the most and least stocked books in the inventory. • Provide additional comments to explain the purpose, input, and output of the program. • Use single-line comments to clarify complex statements or justify your reasoning. Test your program with the sample data below and provide screenshots of the output: Sample Run 1: Enter the total number of books in the inventory: 5 Enter details for each book: Book 1: Title: The Great Gatsby Author: F. Scott Fitzgerald Quantity: 15 Book 2: Title: To Kill a Mockingbird Author: Harper Lee Quantity: 8 Book 3: Title: 1984 Author: George Orwell Quantity: 20 Book 4: Title: Pride and Prejudice Author: Jane Austen Quantity: 12 Book 5: Title: The Catcher in the Rye Author: J.D. Salinger Quantity: 10 Inventory Summary: Total number of books: 65 Most stocked book: 1984 by George Orwell (20 copies) Least stocked book: To Kill a Mockingbird by Harper Lee (8 copies) Sample Run 2: Enter the total number of books in the inventory: 3 Enter details for each book: Book 1: Title: The Hobbit Author: J.R.R. Tolkien Quantity: 25 Book 2: Title: The Alchemist Author: Paulo Coelho Quantity: 30 Book 3: Title: Frankenstein. Author: Mary Shelley Quantity: 15 Inventory Summary: Total number of books: 70 Most stocked book: The Alchemist by Paulo Coelho (30 copies) Least stocked book: Frankenstein by Mary Shelley (15 copies)
Expert Solution
steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Knowledge Booster
Algebraic Expressions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage