Q:

Write an algorithm, pseudocode and draw a flowchart of finding the area of parallelogram

0

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

All Answers

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

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

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now