Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Your task is to create a console application that allows for the calculation of the total amount due for purchases. This application should allow any

image text in transcribed

Your task is to create a console application that allows for the calculation of the total amount due for purchases. This application should allow any number of items to be entered, and should then determine the total due including sales tax and shipping. The following rules are used to determine the amount due. There is a global sales tax of 10.0%. Shipping charges are determined based on the number of items order. less than 3- S3.50 between 3 and 6- S5.00 between 7 and 10- S7.00 between 11 and 15 - S9. more than 15 - S10.00 .00 The program should display a welcome message, and ask the user to press 'enter' to begin. They can then enter the cost of any number of items. They will be asked to enter the amount, then asked if they want to continue entering more items by entering ? or y to continue or N or n to stop. Remember that you must use console. Read Line here. not Console.Readkey( If the user enters a non-numeric input for the price of an item, they should be prompted to re-enter. If the user enters a negative input for the price of an item, they should be prompted to re-enter An item price of S0 is okay The program should continue to ask for input until 'N' or 'n' is entered to stop. Once the program has stopped, it should display a sales receipt with the total purchases, the sales tax, the number of items purchased, the shipping charge, and then the grand total. For example, this would be the receipt for 3 items of cost S8, $10, and $20. Sales Receipt Total Purchases: $38.ee Sales Tax: $3.8e Number of Items Purchased: Shipping charge: $5.ee Grand Total: $46.80

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Big Data Concepts, Theories, And Applications

Authors: Shui Yu, Song Guo

1st Edition

3319277634, 9783319277639

More Books

Students also viewed these Databases questions