subject

Challenge 3 print("The area is ", area)
width = input("Please enter a width")
• asks the user to input the
width of a rectangle
• asks the user to input height of
a rectangle
calculates the area
outputs the result
area = width * height
width = int(width)
.Put the statements in order to solve
the challenge
height = input("Please enter a height")
height = int(height)


Challenge 3

print(The area is , area)
width = input(Please enter a width)
• asks the user to

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 02:30
Research data that is presented using descriptive language is said to be
Answers: 2
question
Computers and Technology, 23.06.2019 15:10
What role did women fill during world war ii?
Answers: 1
question
Computers and Technology, 23.06.2019 16:30
If i wanted to include a built-in calendar in a document, what option could i select? draw table insert table insert chart quick tables
Answers: 1
question
Computers and Technology, 23.06.2019 18:30
Janice recently received her college degree and is looking for a job. she is worried that since she just finished school, she will be required to repay her perkins and direct subsidized loans immediately. janice pulls out the paperwork she signed and reviews it again for repayment information. after reading all of the information, janice discovers that
Answers: 2
You know the right answer?
Challenge 3 print("The area is ", area)
width = input("Please enter a width")
• asks t...
Questions