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
Science,
3 months ago
Physics,
3 months ago
Social Sciences,
3 months ago
Political Science,
6 months ago
Physics,
6 months ago
Math,
10 months ago
Math,
10 months ago