Write an algorithm, pseudocode and draw a flowchart of finding the area of parallelogram
Area= B*H where B is the base, H is the height
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
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
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