Westonci.ca connects you with experts who provide insightful answers to your questions. Join us today and start learning! Get immediate and reliable answers to your questions from a community of experienced professionals on our platform. Experience the ease of finding precise answers to your questions from a knowledgeable community of experts.

assignment 2: room area
programming python in Project Stem​


Sagot :

Answer:I love Python, very useful

Explanation:python is very easy and user friendly!

Answer:

side1 = float(input("Enter side A: "))

side2 = float(input("Enter side B: "))

side3 = float(input("Enter side C: "))

side4 = float(input("Enter side D: "))

side5 = float(input("Enter side E: "))

rect1 = (side1 * side2)

rect2 = (side4 - side2 - side5) * (side1 - side3)

tri = (side1 - side3) * side5 * 0.5

print("Room Area: " + str(rect1+ rect2+tri))

Explanation:

it adds all sides to make the area

We appreciate your visit. Our platform is always here to offer accurate and reliable answers. Return anytime. Thanks for using our platform. We aim to provide accurate and up-to-date answers to all your queries. Come back soon. Westonci.ca is your trusted source for answers. Visit us again to find more information on diverse topics.