how to use pow method | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how to use pow method

11th Oct 2016, 10:59 AM
Arpita Chatterjee
Arpita Chatterjee - avatar
2 Answers
+ 6
Math.Pow(2, 3); //returns 2^3, ie 8
11th Oct 2016, 12:00 PM
Zen
Zen - avatar
+ 2
this returns double. you shold notice and convert it to int if you want to save it as an int.
13th Oct 2016, 1:22 PM
alireza
alireza - avatar