How to create power of a digit?

for eg. i want to create compound interst program. how to write it’s formula

CI=P(1+1/100) raise to power T.

how to show “A” raise to power “N”…

@Anku47 you can use the inbuilt function pow(), use it like pow(A, N) and it will return A raised to the power of N, ie A^N.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.