Question
PYTHON! Please make the program simple to understand, im still learning. I am using notepad and/or Thonny Problem: Square-footage, Variables and Operators Task: Area of
PYTHON!
Please make the program simple to understand, im still learning.
I am using notepad and/or Thonny
Problem:
Square-footage, Variables and Operators Task: Area of room = length x width. Victoria wants to install new floor in 3 rooms with the following dimensions: Livingroom : length = 18 ft, width = 20 ft Master Bedroom: length = 15 ft, width = 12 ft Kitchen: length = 14 ft, width = 12 ft The flooring company will charge Victoria $4.57 per square foot for floor installation. To Do: Create a program that calculates the cost of these three rooms. Create variables for length and width of each room. Create variable for area of each room, calculate the area. Create a variable for total areas of 3 rooms; calculate the total areas of 3 rooms Use * operator to determine the cost of flooring; cost per square foot * total areas Use print() to show the cost of flooring.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started