Question: Write Java Program to simulate online Store System. Any customer enter the store will assign a new shopping cart. The shopping cart is a collection
Write Java Program to simulate online Store System. Any customer enter the store will assign a new shopping cart. The shopping cart is a collection of items that a customer uses to collect (items)things for purchase. A customer can add items to the cart, remove them, empty the cart, view the items in the cart, and end shopping and proceed to checkout. 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: - o item number: holds an unique number for the item. o - item name: holds the full name of the item. o - item quantity: holds the quantity of the item. o - item price: holds the price of the item
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
