Computer Science, asked by nirmalarawal17, 5 hours ago

Find the output of the following program

CLS

READ B, H

PRINT”BASE=”; B

PRINT “HEIGHT=”; H

PRINT “AREA OF TRIANGLE=”; 1/2*(B*H)

DATA 5, 50

END

Answers

Answered by GRIME
0

Answer:

the output should be 1/2×5×50=125

Explanation:

IF HELPFUL THEN PLEASE MARK AS THE BRAINLIEST.

Similar questions