Computer Science, asked by anandpatel377, 1 year ago

An algorithm finding the cube of a given number

Answers

Answered by Aishwarya98
1

Algorithm to find the cube of a given number..


1. get the given number as input

2. find the cube of the given number by using * operator.

3. The cube of the number can also be obtained by taking the square of the given number and multiplying the given number with it one more time.


Hope this help you a lot..


Mark me as brainliest..


Similar questions