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
2
Explanation:
a^2+b^2=c^2
h^2=p^2+b^2
Answered by
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
Accountancy,
2 months ago
World Languages,
6 months ago
French,
6 months ago
Math,
11 months ago
Science,
11 months ago