Computer Science, asked by Anonymous, 2 days ago

Algorithm to calculate cube of a given number.

Answers

Answered by UltimateAK
3

Answer:

  • Algorithm:
  • 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.

Explanation:

please make it a brainliest answer.

Answered by CosmicLearner6375
1

Answer:

Binary Search

Explanation:

We use Binary Search to calculate the cube of a number.

Similar questions