Computer Science, asked by devamughil, 6 months ago

write an algorithm to find an area of cube

Answers

Answered by Anonymous
2
  • step 1 : read the given number ( from user )
  • step 2 : find the product of it three times , i.e. calculate cube = ( a , a, a)
  • step 3 : print the output.
  • learn more about algorithm.~
Answered by DSaiKiran
0

Answer:

1) input side of cube

2)x= side**3

3) print("The area of the cube is", x)

mark it as brainliest

Similar questions