Get premium membership and access questions with answers, video lessons as well as revision papers.

Write an algorithm to compute the area of triangle.

      

Write an algorithm to compute the area of triangle.

  

Answers


Kavungya
(Assume a right angled)
Read the length and height of triangle.
Calculate Area as 0.5 * length * height.
Output Area.
Kavungya answered the question on June 25, 2019 at 11:32


Next: State four situations in which data may lose integrity
Previous: Study the flowchart below and answer the questions that follow i) Name the control structures used in the flowchart. ii) Determine the values of M, N, P...

View More Computer Studies Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions