Computer Science, asked by aditya799193, 6 months ago

Write a python program to calculate area of a right angled triangle. Get the input of height and base from the user.​

Answers

Answered by Akashdjd
2

Explanation:

a^2+b^2=c^2

h^2=p^2+b^2

Answered by Anonymous
1

Area of a Right Angled Triangle

If we know the width and height then, we can calculate the area of a right angled triangle using below formula.

Area = (1/2) * width * height

Using Pythagoras formula we can easily find the unknown sides in the right angled triangle.

HOPE THIS HELPS YOU ❤️

Similar questions