Question: Write the code to do the following:(Your code should adhere to properJava syntax.) 1. Declare and initialize a local variable that will store the amount
Write the code to do the following:(Your code should adhere to properJava syntax.) 1. Declare and initialize a local variable that will store the amount of the bill. Initialize the variable to any value between 10.00 and 200.00. 2. Declare and initialize a local variable that will store the tax rate. Initialize the variable to any value between 7% and 10%. 3. Declare and initialize a local variable that will store the total amount of the bill including the tax amount and the amount of the bill. 4. Declare and initialize a local variable to hold the name of the store. Initialize it to "Price Chopper" 5. Print the name of the store and the final bill total. The printed output must include the name of the store and the dollar amount should be preceded with a '$
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
