Answer to Question #264594 in Python for swsq

Question #264594

Find the area of the largest triangle rounded upto one decimal place


1
Expert's answer
2021-11-16T18:38:24-0500
base=int(input("Enter the base of the triangle: "))
heigth=int(input("Enter the heigth of the triangle: "))
area=1/2*base*heigth
print("Area of the triangle is: ", area)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS