Question
Jason typically uses the Internet to buy various items. It the total cost of all of the items ordered, at one time, is $250 or
Jason typically uses the Internet to buy various items. It the total cost of all of the items ordered, at one time, is $250 or more, then the shipping and handling is free, otherwise the shipping and handling is $15 PER ITEM. Design an algorithm that prompts Jason to enter the number of items ordered and the price of each item. (Remember cost = number of items order times price) The algorithm then outputs the total billing amount including shipping and handling. Your algorithm must use a loop (repetition structure) to get the number and price of each item. Write this in algorithm format not program code format.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started