Create an application in C# that will accept sales information and calculate the total bill.
There are 3 products which can be sold:
Product 1 with price of $2.98
Product 2 with price of $4.50
Product 3 with price of $9.75
The application should prompt the user for product and quantity,
use a switch statement to identify the correct item price
and calculate the total bill for all items selected.
Use a sentinel controlled loop to determine how many products are sold.
2 answers
write a program that asks for the price of each item, and then displays the subtotal of sale, the amount of sales tax, and the total. using python.
Do you Want a Zero In This Class?