Computer Science, asked by ibrahimtijjani703, 4 months ago

Write an algorithm and draw a flow chart that will compute volume of a cube

Answers

Answered by aiswaryatr111
4

Answer:

HERE WE ARE GOING TO FIND VOLUME OF CUBE:

1.START THE EXECUTION.

2.READ THE VALUE OF a.

3.CALCULATE THE VOLUME(i.e)V=a*a*a

4.PRINT THE VALUE OF V

5.END THE EXECUTION.

Explanation:

Attachments:
Similar questions