Which pseudocode represents the flowchart?

a) Input length Input width Calculate volume = length ´ width ´ height Print volume

b) Input length Input width Input height Calculate volume = length ´ width ´ height

c) Input length Input width Input height Print volume

d) Input length Input width Input height Calculate volume = length ´ width ´ height Print volume

Which pseudocode represents the flowchart a Input length Input width Calculate volume length width height Print volume b Input length Input width Input height C class=