Question: Design an IPO chart that solves the problem below. You do not need to code the program. Only design a solution. Do NOT include C++
Design an IPO chart that solves the problem below. You do not need to code the program. Only design a solution. Do NOT include C++ code in your solution. It should be possible to use your solution to write a program in any programming language without needing to know any C++ syntax.
Problem Statement
The Greedy Ringy Manufacturing Company makes a common household item called a doflingy. The Greedy Ringy Doflingy shipping clerk is faced with the following problem: Doflingies are very delicate and must be shipped in special, very expensive, containers. These containers are available in 4 sizes: huge, large, medium, and small, which can hold, respectively, 50, 20, 5, and 1 doflingies. A company needs a program that takes a number of doflingies to be shipped and displays the number of huge, large, medium, and small containers needed to send the shipment in the minimum number of containers and with the minimum amount of wasted container space.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
