Write an algorithm, pseudocode and draw a flowchart of finding the area of parallelogram
belongs to collection: flow chart and psuedocode assignement
All Answers
total answers (1)
belongs to collection: flow chart and psuedocode assignement
total answers (1)
inputs of the algorithms: base, height
outputs of the algorithms: area of parallelogram
psuedocode:
start
1.input base
2.input height
3.calculate: area=base*height
4.print area
end

need an explanation for this answer? contact us directly to get an explanation for this answer