Question: java program Write Java (code) and output like image Writing code is easy and simple thanks TASK Write a program that places a pizza order.
TASK Write a program that places a pizza order. You should get the user's name and address. The user should be able to select the pizza's size (small - 10 SAR, medium - 15 SAR, larger - 20 SAR) The user should be able to choose between chicken or meet (if the user chooses meet price increases by 5 SAR) The user should be able to add topping, cach topping for 2 SAR. ( you don't need to display what topping user chooses, but you have to display how many topping). You should print the final user invoice OUTPUT Invoice should look something like this in the console: Your order is as follows: Name: Aziz Address: Aljumom Pizza Size: Large Pizza Type: Meet Toppings: 3 Price: SAR 31 Tax:SAR 1:55 Total: 32.55 Your order will be ready in 30 minutes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
