Do code in c++.Dont use string and built in Functions .Use only #include header file . Use 2d array.
Do code in c++.Dont use string and built in Functions .Use only #include header file . Use 2d array.
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
Do code in c++.Dont use string and built in Functions .Use only #include<iostream> header file .
Use 2d array.

Transcribed Image Text:Question : Your task is to design a departmental store management system. The store has multiple
shelves with numbers on it for placing multiple items, initially the shelf is empty, means that there is no
item on the shelf. The store consists of k number of shelves, and each shelf has exactlyp number of
positions for items to be placed on it. The store wants to design a software to keep the records of item
on the shelves. The software should be able to perform the following operations:
1. Insert the item at a particular position in a given shelf, if it's empty else place the item in the first
empty location in that shelf, and if there is no location empty on that shelf then do not insert it
and display the appropriate message to the user.
2. Display all the items in a given shelf.
3. Remove the item from particular position in a given shelf if it is there.
4. Remove all the item from a given shelf
5. Return total number of the items in the specified shelf
6. Return the total number of items in all the shelves.
7. Find item in the store and return the shelf number and its position if it exists.
8. Update the item at given position (can be empty or filled) by replacing it with the new item.
9. Check if the shelf is empty
10. Check if the shelf is full
Your process will start for asking number of shelves (k) and (p) positions on each shelf (Each shelf
can have varying storage positions)

Transcribed Image Text:Sample Input/Output:
Enter no of shelves: 2
• Enter no of positions on each shelf: 4
Press 1 for Inserting an item.
Press 2 for Displaying all items.
Press 3 for Remove an item.
Press 4 for Remove all the items.
Press 5 for Return total no of items.
Press 6 for find an item.
• Press 7 for updating an item.
• Press 8 to check if shelf is empty.
• Press 9 to check if shelf is full.
• Press O to Quit.
Enter Choice: 1
Enter Shelf: 1
Enter Position: 1
Enter Item: Glass
Added successfully!
• Enter Choice: 1
Enter Position: 2
Enter Shelf: 1
Enter Item: Bag
Added successfully!
• Enter Choice: 1
Enter Sholf: 2
Enter Position: 1
Enter Item: Biscuit Box
Added successfully!
Enter Choice: 5
Total no of items: 3
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 6 images

Knowledge Booster
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.Recommended textbooks for you

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON

Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education