213k views
1 vote
write a program to enter base and height of a triangle and print area of rectangle using Q Basic. (class8)​

2 Answers

1 vote

Answer:................................

User Scott Hernandez
by
5.1k points
2 votes

Cls

Input " enter the base";b

Input" enter the height ";h

A = b*h

Print" the area of triangle=" ;a

End

User ParaBolt
by
6.0k points