+ 1
how do you do exponential value input and output
I want to input two numbers such as 2 and 3 and have it do the math such as 2^3=8.
3 Antworten
+ 4
Hi mention the language name in tag ,you can use "**" Operator for finding exponent , 2**3=8
0
Please specify the language
0
And your attempt too