Computer Science, asked by shashikalag1581, 7 days ago

Write a program to find area of a triangle( a=1/2*b*h) b-base,h-height​

Answers

Answered by ankita10singh2011
0

Answer:

INPUT A

INPUT B

C=1/2*b*h

PRINT C

END

Explanation:

you can take the variable as you whish

Similar questions