Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a main method to prompt the user for an integer that represents the number of large pizzas to be ordered ($9.99 each). Calculate and
Write a main method to prompt the user for an integer that represents the number of large pizzas to be ordered ($9.99 each). Calculate and display the sub-total before sales tax. Calculate and display the total due by applying a sales tax of 6% Use the NumberFormat to display currency Sample Output How many pizzas? 3 Sub Total: $29.97 Total Due: $31.77 LAB ACTIVITY 5.22.1: duringLab: Ordering Pizza 0/4 Main.java Load default template.. 1 public class Main f 2 public static void main(String] args) 4 /* Type your code here
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started