Question: C CAN YOU GIVE ME THIS CODE DOR JAVA Speedy Pizza shop Project 1 Write a program for a Pizza shop to print the bill
C
CAN YOU GIVE ME THIS CODE DOR JAVA
Speedy Pizza shop Project 1 Write a program for a Pizza shop to print the bill to a cashier. The pricing is shown on the following table. Meat lovers Veggie Lovers 3 Cheese $10.99 $9.50 $9.99 The program should ask the name of the cashier and convert all of the text to uppercase. The program then accepts the number of sales for each pizza type (no order = 0), after necessary computations print the total sales (see example below). The bill should also include a 9 -digit random number as a confirmation code. Be sure to test many different pizza options. Please use the same prices as listed above. The program will not be accepted with compile errors or without significant comments. Use Module1 compiler lab as an example on how to include comments. // CHASHIER NAME // - 1 # of Sales -11 Price Total ## $10.99 $$$.$$ Meat lovers Veggie Lovers 3 Cheese ## $9.50 ## $9.99 $$$.$$ $$$.$$ $$$.$$ Total Confirmation code: ### Skills demonstrated in this assignment: . Comments (Chapter 1) Character strings (Chapter 2) Constants and variables (Chapter 2) Escape sequences (Chapter 2) Order of operations (Chapter 2) Reading input data (Chapter 2) Creating objects (Chapter 3) Importing Java Packages (Chapter 3) Utilizing the random class (Chapter 3) Proper format output (Chapter 3) > The output should exactly match the sample > Submit the java file with name of "Speedy Pizza.java" > For grading please check the rubric
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
