Computer Science, asked by jocellemelchor46, 6 months ago

write a pseudocode that compute the area of triangle​

Answers

Answered by Anonymous
24

Answer:

Pseudo code: Program: print area of triangle. Initialize: base and height. Read: base and height. Process: ½(base*height) Assign: area to the process Output: area End ALGORITHM: step 1: start step 2: input base, input height step 3: area of triangle=base*height step 4: output area of triangle.

Answered by Anonymous
10

Answer:

Pseudo code: Program: print area of triangle. Initialize: base and height. Read: base and height. Process: ½(base*height) Assign: area to the process Output: area End ALGORITHM: step 1: start step 2: input base, input height step 3: area of triangle=base*height step 4: output area of triangle.

please follow me

Similar questions