A package weighing 100 pounds or more is too large. Output message: Package is too large. A package with volume greater than 10 cubic feet is too large. Output message: Package is too large. Otherwise, output message: Package is within limits.
Assume correct weight input ( 1 - 999 pounds ).
Assume correct dimension input ( 1 - 10 feet ).
Assume integer input.
Use the standard program header as shown in Assignment 2.
Create an algorithm named Package1.txt first before coding your program.
Comment your program for readability and ease of maintenance.
Be sure to test your program thoroughly!
This page maintained by bobh@hesston.edu