Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Simply create an IPO chart using the problem and hint. This is a beginner problem. Dont make it complicated and write a whole program. Thanks

image text in transcribedSimply create an IPO chart using the problem and hint. This is a beginner problem. Dont make it complicated and write a whole program. Thanks
2) (30 points) a) Consider the following computer programming problem: Bills' Freight Service ships boxes worldwide and they need a program to help determine the shipping cost of a single box. Shipping cost is based on the volume of the box shipped. Volume is determined by inputting the length, width and height of the box in inches. There are no other inputs. The volume is computed from the formula boxVolume: (boxLength boxWidth * boxHeight) The shipping cost is based on the fact that it costs $1.75 to ship each cubic inch of the box, and we also add a $3.50 fuel surcharge overall. There is no sales tax. So, a second formula to do this part is shipCost (boxVolume 1.75)+ 3.50. To keep the program simple, we simply include the 1.75 and 3.50 right in the second formula, these are not variables or inputs. Finally, once the shipping cost is known we have to display it to the user, then the program ends. c) Write up an IPO chart for this problem. Be sure to have an "Input, Processing, Output and Algorithm part. "As a hint, there are 3 Input variables, 1 Processing variable and 1 Output variable. The algorithm can be done in 4 steps Some notes " Be sure to use the problem description as a close guide - you can use the variable names in there and you should use the formulas as well Do NOT add any extra inputs or outputs. Some people might want to display the volume of the box, for d) Desk-check your solution c) The following grading standard will be used: example. Don't do that. Just do what the paragraph wants

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

Oracle 12c SQL

Authors: Joan Casteel

3rd edition

1305251032, 978-1305251038

More Books

Students also viewed these Databases questions