Computer Science, asked by monika6682, 1 year ago

write an algorithm to find cube of given number

Answers

Answered by WritersParadise01
5
✨hey mate!✨
================ :
To find the cube of a number, we have to multiply the number by itself 3 times...

for example,
let we take the number as 2 so ,

(2)³ = 2 x 2 x 2 = 8

(3)³ = 3 x 3 x 3 = 27

(4)³ = 4 x 4 x 4 = 64

and like this we can find the cube of any number!

==================================================>
hope it is helpful!✌️

monika6682: i need algorithm
WritersParadise01: theres actually no algorithm for this
monika6682: ok
WritersParadise01: hmm☺️
monika6682: bye
WritersParadise01: bye☺️
Similar questions