Computer Science, asked by barmyforever062, 22 days ago

find the qbasic programing forthe perimeter of a triangl​e

Answers

Answered by preetikamalrana
2

Answer:

10 PRINT "area of a Regular triangle"

20 INPUT "enter base:";b

30 INPUT "enter height:";h

40 LET A= (0.5)* b * h

50 PRINT "Area = " ; A

Similar questions