Question: In Visual basic studio 2017 community. Write a program to calculate the cost of a pizza order. The user will input the number of pizzas
In Visual basic studio 2017 community.
Write a program to calculate the cost of a pizza order. The user will input the number of pizzas the customer wants to order into the form and the program will determine the total cost of the order and display it in the form. The customer receives a quantity discount; when ordering 3 or more pies the price is $10.50 per pie, otherwise the price is $11.75 per pie. Additionally, there is a 5% discount on orders whose total cost is greater than $40 or a 10% discount for orders greater than $60. The final cost is to be displayed in the form.
Using: txtNumPizzas for "Number of pizzas:" and txtCost for "Cost"
*How it should look is already given. When code is written, you should press start button and then type a number into the txtNumPizzas box and press button and answer should show up in txtCost box.

Pizza Parlor Number of pizzas Cost Calculate Cost
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
