261,130 views
29 votes
29 votes
Write an algorithm to calculate the cube of a number

User Mkoch
by
3.0k points

1 Answer

22 votes
22 votes

Step-by-step explanation:

step 1 - Start

step 2 - Input l

step 3 - Cube =l×l×l

step 4 - Print the cube

step 5 - End

User Mike Honey
by
2.2k points