Computer Science, asked by ParthivGandhi1222, 1 year ago

Write an algorithm finding cube or a given number.

Answers

Answered by aryankkashyap7pbv1ph
5
0.start
1.input n
2.n=0
3.n=n*n*n
4.print "the cube : " n
5.stop
Similar questions