Question: Write a C# console application program: Shopping cart program You have an online store selling fruits. First, you have to ask user input name, phone
Write a C# console application program: Shopping cart program
You have an online store selling fruits. First, you have to ask user input name, phone number, address, and email. Second, you have to display the menu on the screen. Oranges $2, Apples $3, tomatoes $5, bananas $0.5, pears $10, grapes $4.8 Then, the program asks the user how many does the user want for each item and calculate the subtotal.
Final, you have to show items and the subtotal before tax, tax, and total on the screen and display users information and thank you messages at the end.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
