Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Add a new Item to Store. The system prompts to the user for adding a new item data. The item data contains the following items:
- Add a new Item to Store.
The system prompts to the user for adding a new item data. The item data contains the following items:
- item number: holds an unique number for the item.
- item name: holds the full name of the item.
- item quantity: holds the quantity of the item.
- item price: holds the price of the item.
Enter item number:
Enter item name:
Enter item quantity:
Enter item price:
Enter the type of item (B)Book, (s)shoes, (G)Game ?: B Enter Book title :
Enter book author:
Do you want add another item (y/n)?
- Add a new Customer.
The system prompts to the system user for adding data for a new customer data. The customer data contains the following items:
- customer No : holds an unique number of a customer.
- customer name: holds a name of the course.
- New Shopping cart will be create and added automatically for the new customer. The shopping cart will be empty.
Enter customer number:
Enter customer name:
New shopping cart add to the customer Do you want add another customer (y/n)?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started