Computer Science, asked by mitu3149, 1 year ago

Write an algorithm and flowchart to find area of trapezium

Answers

Answered by susanthgarikena
5

Answer:

Area of the trapezium = sum of parallel side XHeight = A+B X H

                                                             2                             2

Attachments:
Answered by StaceeLichtenstein
16

Following are the flowchart and algorithm of area of trapezium.

Explanation:

Algorithm :

Step 1: Read the value of base and height in a1,b1 and h1 variable .

Step 2: Declared a variable t to storing the result

Step 3: t=(a1+b1)*h1/2

Step 4 :Display t

Flowchart:

Following are the attachment of flowchart that is given below.

Learn More:

  • brainly.in/question/12836546
Attachments:
Similar questions