Question: Write a Python application that includes three functions. Document each function with an entry in the function table and a flowchart. One function should prompt

 Write a Python application that includes three functions. Document each function

Write a Python application that includes three functions. Document each function with an entry in the function table and a flowchart. One function should prompt the user for a valid room dimension, the length and width of a room must be between 8 feet and 20 feet (inclusive). The second function will determine the area of a room, given the length and the width dimensions. The third function will accept the number of rooms in a house and determine the total square footage, by using the other provided functions. A sample execution may be: 3. Enter number of rooms in the house: 3 Enter the length of the room: 5 ERROR! Room dimention must be between 8 and 20.Enter the length of the room: 10 Enter the width of the room: 12 Enter the length of the room: 9 Enter the width of the room: 11 Enter the length of the room: 12 Enter the width of the room: 14 Total square footage:387 Expected result either none or one if there is one describe) Function Name Purpose Required input parameter(s)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!