In designing a building, structural engineers must determine whether each of the steel columns supporting the building meets the criteria for required load. The required load is related to the weight that the column supports. To be safe, all three of these conditions must be met:
Write a program that determines whether a steel column meets the criteria given above. The program must ask the column’s width, height, and weight. Specifically, it must:
In the sample scenario, each column’s minimum height is units of feet, whereas the formula requires height in units of inches.
Reviews
There are no reviews yet.