Computer Science, asked by ghadiyogita09, 1 day ago

accept base and height of a triangle and display its area

Answers

Answered by brainly8545
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 ayushman7
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