accept base and height of a triangle and display its area
Answers
Answered by
1
Answer:
Area = (base * height) / 2.
Explanation:
The mathematical formula to find Area of a triangle using base and height: Area = (base * height) / 2.
Answered by
0
Answer:
&
Explanation:
var a = int(input("please put base"));
var b = int(input("please put height"));
var c= 1/2*a*b;
print("area is="+c");
I DID PYTHON BECAUSE U DIDNT SPECIFY THE LANGUAGE
HOPE IT HELPS :D
PLS MARK BRAINLIEST.
Similar questions
Computer Science,
15 hours ago
Hindi,
15 hours ago
Math,
1 day ago
Social Sciences,
1 day ago
English,
8 months ago
Math,
8 months ago