Question: C++ Program. Develop the program for an online inventory management system with the following functionality. Performing any operation on the system the user must register

C++ Program.
Develop the program for an online inventory management system with the following functionality. Performing any operation on the system the user must register him/her in the system. To perform the specific task the user must get registered himself in the system. For the registration into the system, the user must provide the username and password. There are two different kinds of user modules which are admin and customer. First one is admin which may log in to the system and add items into the inventory. While the customer will able to view the items and will be able to purchase the specific product. The system also provides a discount facility to the customer if the quantity purchased is more than 10 items the system will provide a discount of 10%. The system will provide the opportunity to enter the quantity and price of the item. Implement the above scenario to generate a report similar as given below. A maximum of 10 items can be purchased at a time. Item# Quantity Discount Discounted price Price 1 5 10 O 50 12 10 100 100 900 Total 100 950
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
