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
Get step-by-step solutions from verified subject matter experts
