ShopIt is an online merchandise provider that charges their shipping fee based on the number of items purchased. If a single item is purchased, the shipping charge is $4.99. When customers purchase between 2 and 5 items, they are charged the initial $4.99 for the first item and then $3.99 per item for the remaining items. For customers who purchase more than 5 items but less than 15, they are charged the initial $4.99 for the first item, $3.99 per item for items 2 through 5, and $3.49 per item for the remaining items. If they purchase 15 or more items, they are charged the initial $4.99 for the first item, $3.99 per item for items 2 through 5, and $3.49 per item for items 6 through 14, and then just $1.99 per item for the remaining items. Allow the user to enter the number of items purchased. Design the logic of the program using pseudocode. Display the number of purchased items and the shipping fee. The program will continuously run until the user enters zero for the number of purchased items.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter12: Points, Classes, Virtual Functions And Abstract Classes
Section: Chapter Questions
Problem 5PE
icon
Related questions
Question

ShopIt is an online merchandise provider that charges their shipping fee based on the number of items purchased. If a single item is purchased, the shipping charge is $4.99. When customers purchase between 2 and 5 items, they are charged the initial $4.99 for the first item and then $3.99 per item for the remaining items. For customers who purchase more than 5 items but less than 15, they are charged the initial $4.99 for the first item, $3.99 per item for items 2 through 5, and $3.49 per item for the remaining items. If they purchase 15 or more items, they are charged the initial $4.99 for the first item, $3.99 per item for items 2 through 5, and $3.49 per item for items 6 through 14, and then just $1.99 per item for the remaining items. Allow the user to enter the number of items purchased. Design the logic of the program using pseudocode. Display the number of purchased items and the shipping fee. The program will continuously run until the user enters zero for the number of purchased items.

Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Networking
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning