Submit Assignment Download Runtime
Create a project to calculate the cost of a type of coffee at a restaurant. The user will enter a numeric quantity (must be > 0), choose a type of coffee, select whether it is takeout or not and then click Calculate. The amount of the order will be displayed on screen.
The Type of coffee are: Cappuccino $3.25/each, Espresso $3.4/each, Latte $2.75/each, Iced Latte $3.15/each, or Iced Cappuccino $3/each
If the takeout checkbox is NOT selected, 7.5% sales tax must be applied to the order.