Question
Write a java program that calculates the cost of individual items, including tax, and prints the grocery bill. Your program must do the following: 1.
Write a java program that calculates the cost of individual items, including tax, and prints the grocery bill. Your program must do the following:
1. Ask the user to enter his/her full name.
2. Print a welcome message using the users name.
3. Ask the user to enter the name of the item.
4. Ask the user to enter the price and quantity of the item.
5. Declare a constant variable that holds a tax rate equal to 15%.
6. Calculate the total price of the item, including the tax.
7. Print the grocery bill.
The class name of your Java program must be your first name.
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