Question
It is Java problem, It needs to get the answer.
Enter price (0.00 to stop):
12.50
Taxable?(y/n): Y
Enter price (0.00 to stop): 11.99
Taxable?(y/n): Y
Enter price (0.00 to stop): 7.75
Taxable?(y/n): n
Enter price (0.00 to stop): 7.78
Taxable?(y/n): n
Enter price (0.00 to stop): 0/* Name:
* Assignment:
* Date:
* Course:
* Program Description:
* This program works like a Cash Register. It allows the user
* to add up prices of items purchased by a customer. It also
*…
Engineering Technology