subject

//Display message Module main () // Declare variables Declare real weight Declare real shipping //Get package weight Call getWeight (weight) //Calculate the Shipping Charge Call setShipping (weight, shipping) //Display Shipping Charge Call showShipping (shipping) End Module //Display program Module showing () Display "Calculate Fast Freight Shipping Rates Here." End Module //Receive Input From User Module getWeight (Real Ref inputWeight) Display "Enter package weight:", weight Input Weight End Module //Set Shipping Rates Module setShipping (Real weight, Ref calShipping) If weight > 10 Then Set calcShipping = 3.80 Else If weight > 6 Then Set calcShipping = 3.70 Else If weight > 2 Then Set calcShipping = 2.20 Else Set calcShipping = 1.10 End If End Module //Display shipping charges Module showShipping (Real shipping) Display "Shipping charge: $", shipping End Module

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 22:30
What would be the address of the cell, which is at the intersection of the second row and the third column in a worksheet?
Answers: 1
question
Computers and Technology, 25.06.2019 07:00
The graph shows the number of chapters sarah read in a book each day of a week
Answers: 1
question
Computers and Technology, 25.06.2019 10:30
Which of the following is an example of a boolean condition that python could recognize? a: grade + 70 b: grade > = 70 c: "you should aim for at least a 70." d: "you have a 70."
Answers: 1
question
Computers and Technology, 25.06.2019 12:00
Understanding the or how each piece of the production process leads to customer satisfaction at the end is another important skill related to workflow.
Answers: 1
You know the right answer?
//Display message Module main () // Declare variables Declare real weight Declare real shipping //Ge...
Questions
question
Mathematics, 14.01.2021 01:40
question
Physics, 14.01.2021 01:40
question
Chemistry, 14.01.2021 01:40
question
Mathematics, 14.01.2021 01:40
question
Mathematics, 14.01.2021 01:40
question
Mathematics, 14.01.2021 01:40
Questions on the website: 13722362