C++ The system that you will develop must have the basic operation of a store in line. These are the features you should

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

C++ The system that you will develop must have the basic operation of a store in line. These are the features you should

Post by answerhappygod »

C++ The system that you will develop must have the basicoperation of a store in line. These are the features you shouldhave. - A menu showing the different things a user can do - Theability to view all items in the store - The ability to search foritems by name - The store must have categories/departments for thearticles, for For example, if it is a clothing store, thecategories could be footwear, accessories, underwear, pants,shirts, etc . - The ability to search for items bycategory/department - You must manage a sales cart for the user, inwhich the user you can add, remove or review the items in your cart- Once the user wants to finalize the purchase, you must show himthe amount breakdown of each item, the subtotal (cost of the items)and the total (subtotal + tax + shipping cost), and ask for thedelivery address. - When a sale is made, you must reduce theinventory of the products and make a record of that sale. - Youshould also be able to add new items to your inventory, or increasethe inventory of existing items. 2. All the .cpp and .h filesneeded to run your program.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply