example : area of triangle to using pseudocode
Answers
Answered by
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
Chemistry,
3 months ago
Math,
3 months ago
Social Sciences,
3 months ago
Social Sciences,
6 months ago
Science,
6 months ago
Math,
1 year ago
Science,
1 year ago