- 1
What should be the answer of 2**3**2
Exponential
6 Answers
+ 3
512
We can say something like this
2
3
2
9
So, 2 = 512
+ 1
512 Arinola Ridwan
+ 1
But 2^8 is 256
0
I would say 64...
as left to right rule apply ^^
0
SâgĂŚrÄvĂźrĂŻ you've right: exponentation operator apply right to left rule ^^
0
Arinola Ridwan
but 2^3^2 == 2^(3^2) == 2^(9) == 512 ;P