write a pseudocode that compute the area of triangle
Answers
Answered by
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
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
Math,
4 months ago
Computer Science,
4 months ago
Chemistry,
4 months ago
Political Science,
8 months ago
Physics,
8 months ago
Math,
1 year ago
Math,
1 year ago