What do the method Pow?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What do the method Pow??

For example, "Console.WriteLine(Pow(3, 4));" why The result is 81??

14th Jun 2019, 1:02 PM
Ricardo Santillan
1 Answer
+ 2
Pow() is a method for exponensiation Pow(3,4) is equal to 3*3*3*3 which is 81
14th Jun 2019, 1:21 PM
Trigger
Trigger - avatar