Asked by Todd
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.
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.
Answers
Answered by
kai
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.
Answered by
Susan Vande-Venn
Do you Want a Zero In This Class?
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.