Write an algorithm finding cube or a given number.
Answers
Answered by
5
0.start
1.input n
2.n=0
3.n=n*n*n
4.print "the cube : " n
5.stop
1.input n
2.n=0
3.n=n*n*n
4.print "the cube : " n
5.stop
Similar questions
Social Sciences,
7 months ago
Math,
7 months ago
English,
7 months ago
Physics,
1 year ago
English,
1 year ago
Math,
1 year ago
Social Sciences,
1 year ago