can i use ^ symbol to write power of a number
About writing the code
Hey @qwertyu
No u can’t
But u can use inbuilt libraries to compute power in any language
In python u can also use ** for example
3**2 ==9
In c++ u dont have any operator
For rest of the languages u can google 