Question: Construct a solution algorithm for the following problems. Your solution should contain: A defining problem A pseudo code algorithm A desk check of the algorithm
Construct a solution algorithm for the following problems. Your solution should contain:
A defining problem
A pseudo code algorithm
A desk check of the algorithm
Three test cases for each question. Two valid and one error test case
Question
The Delivery Service Provider provides the parcel delivery service within Singapore. The delivery charge is
calculated based on the Box size and parcel weight shown below in the table,
Box Size small Delivery Charge Less than kg $
kg $
Medium Less than kg $
kg $
Large Less than kg $
kg $
Design an algorithm that will prompt for, receive the box size and parcel weight, and calculate the delivery
charge and print the value.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
