Computer Science, asked by sanjaysridhar2002, 6 months ago

example : area of triangle to using pseudocode​

Answers

Answered by abhinavpandey2
4

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.

Similar questions