Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Your final project for CS102 will be to write a grocery store kiosk. Your program will be required to simulate the interaction between a customer
Your final project for CS102 will be to write a grocery store kiosk. Your program will be required to simulate the interaction between a customer and a self-checkout at a grocery store. Requirements 1. Must have a start menu that starts the transaction. The menu should look as follows Welcome to the CS102 Grocery Store Kiosk! Input the number of the task you wish to do. Make your selection now! 1. Start checkout 2. Look up item 2. The Checkout menu will have multiple options, to include: Add item, Remove item, Continue to payment, quit(and return to start menu). 3. There will be a "database" of items stored in the program files. When the user inputs a number, the program will check that array to see if the item exists. If it does, the kiosk then ask how many. After the user inputs a number, the kiosk will add that item(s) to the list of items to be purchased. If the item does not exist, or the user gives an invalid input (like 'c'), the program will tell the user so and then return to the checkout menu 3a. The item information will include the name, ID number(4 digits), and price of each item included
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