Computer Science, asked by kashifabbas8951, 2 months ago

write the algorithm to find the volume of cube​

Answers

Answered by harshsawant2232005
2

Answer:

here is your answer hope it helps ☺️

Explanation:

1 Define the value of variable 'a' as the length of an edge of the cube.

2 Multiply 'a' with 'a' and again multiple the results with 'a' to obtain the volume of the cube.

3 Define the variable volume_cube and assign the volume of the cube to it.

Answered by sharmagopal15498
0

Answer:

volume of cube = side × side × side

Similar questions