Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

my first name is Zakaria. thx Write a java program that calculates the cost of individual item including tax and prints the grocery bill. Your

image text in transcribed

my first name is Zakaria.

thx

Write a java program that calculates the cost of individual item 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 user's name. 3. Ask the user to enter the name of 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. Note: - The class name of your Java program must be your first name. - Your answer should have the code as text as well as the screenshot of the program output (using your own name) as a part of your answer. Otherwise, zero marks will be awarded

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions