Question: Java Assignment Assignment Annotations & JavaDoc Comments Problem 1 - Create Pizza Sales##.java (where## is your initials) that allows the user to get pizza sales
Java Assignment

Assignment Annotations & JavaDoc Comments Problem 1 - Create Pizza Sales##.java (where## is your initials) that allows the user to get pizza sales totals. Create an application to allow Northside Pizza to total up pizza sales for the day. This program needs to accept a total number of pizza sales based on the number of sales entered by the user. (10 points) Use an array to store each pizza sales amount. Print out the total sales for the day (10 points) You must use the ReadFloatFromUserMethod and ReadlntegerFromUser methods. (20 points) Print out the highest sale for the day. Print out the lowest sale for the day. Print the average price for an order for the day. (10 points) Northside Pizza gives 2% commission of total sales to all the employees working that day. Allow the user to enter the number of employees working for the day. Print the total each employee will receive as commission. (10 points) You must include at least 3 methods in your program. (10 points) Be sure to include the JavaDoc comments above the class name and all method names. (10 points) For example: Enter the total number of sales for the day: Enter ticket # amount:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
