Need this written in the PYTHON language. Step 1: Ask the user to enter the length of their room (in feet). Step 2: Ask the user to enter the width of their room (in feet). Step 3: Calculate the area (in square feet) of the room by multiplying the length and the width of the room. For example, if a room is 20 feet wide by 24 feet long, then its area is 20 * 24 = 480 square feet Step 4: Display a menu that asks the user how much shade the room gets. The menu should have the following options: Little Shade Moderate Shade Abundant Shade Step 5: Determine the capacity of the air conditioning unit that is needed for a moderately shaded room by using the information in the table below. Room Size (sq. ft) AC capacity (BTUs/hr) Less than 250 5,500 250 to 500 10,000 501 to 1,000 17,500 Over 1,000 24,000 If the room has little shade, then the BTU capacity should be increased by 15% since the air conditioning unit must be able to produce extra cooling. If the room has abundant shade, then the BTU capacity should be decreased by 10% since the air conditioning unit does not need to work as hard to cool a shaded room. Step 6: Create a String object in memory to hold the text “Air Conditioning Window Unit Cooling Capacity”. Display that text at the top of the output. Step 7: Display the following output: The area of the room (in square feet) The amount of shade that the room gets The number of BTUs per Hour that are needed to cool that room (rounded to the nearest whole number)

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%

Need this written in the PYTHON language. 

Step 1:

Ask the user to enter the length of their room (in feet).

Step 2:

Ask the user to enter the width of their room (in feet).

Step 3:

Calculate the area (in square feet) of the room by multiplying the length and the width of the room.

For example, if a room is 20 feet wide by 24 feet long, then its area is 20 * 24 = 480 square feet

Step 4:

Display a menu that asks the user how much shade the room gets.  The menu should have the following options:

  1.  
      1. Little Shade
      2. Moderate Shade
      3. Abundant Shade

Step 5:

Determine the capacity of the air conditioning unit that is needed for a moderately shaded room by using the information in the table below.

 

Room Size (sq. ft)

AC capacity (BTUs/hr)

Less than 250

5,500

250 to 500

10,000

501 to 1,000

17,500

Over 1,000

24,000

 

If the room has little shade, then the BTU capacity should be increased by 15% since the air conditioning unit must be able to produce extra cooling. 

If the room has abundant shade, then the BTU capacity should be decreased by 10% since the air conditioning unit does not need to work as hard to cool a shaded room.

Step 6:

Create a String object in memory to hold the text “Air Conditioning Window Unit Cooling Capacity”.  Display that text at the top of the output.

Step 7:

Display the following output:

  •  
    • The area of the room (in square feet)
    • The amount of shade that the room gets
    • The number of BTUs per Hour that are needed to cool that room (rounded to the nearest whole number)
Expert Solution
Step 1

According to the information given:-

We have to follow the instruction in order to get desired outcome.

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education