a store owner asks you to write a program for use in the checkout proc
Search for question
Question
- A store owner asks you to write a program for use in the checkout process.The program should: Prompt the user to enter the cost of the first item. Continue
to prompt for additional items, until the user enters 0. Display the total. Prompt for the dollar amount the customer submits as payment. Display the change due.