Question: using visual studio Design and code a project to calculate the amount due for Steves Coffee Shop. He needs a program that will calculate the
using visual studio
Design and code a project to calculate the amount due for Steves Coffee Shop. He needs a program that will calculate the price for customers. Each customer will be able to purchase multiple drinks and different types of drinks on the same order. 1. The store employees will enter the orders into an order form that has a text box for quantity and radio buttons to select the drink type. 2. At a minimum, include buttons for: a. Calculate the current selection b. Clear for next item (for the current customers order) c. Clear for next customer (begins a new customers order) d. Exit 4. Quantity must be verified using data validation. If the quantity is invalid, do not perform any calculations, but display a message box and allow the user to fix the correct the quantity. 5. Calculate the price of the drink. (Cappuccino $2.00, Espresso - $2.25, Latte -$1.75, Iced Latte or Iced Cappuccino - $2.50) 6. Include a checkbox for takeout, which is taxed at 8%. 7. A current customer summary will display the total number of drinks and total cost for the customer. (Hint: global variables and counters). Use labels. 8. Follow proper programming etiquette (i.e. commenting, naming conventions, etc...)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
