Once again I have a very simple problem that I need some insight on
it a for loop. I wrote a simple program where the program should just return the power of a number to ouput.
I have researched this problem and I got it to work with a recursive if / else loop
I have tried several different options, all had no success.
I understand how the for loop works <for ( intialize, Test, Action) and after a hundred different tries I have'nt gotten one of my attempts to work Please help.
Here is my entire program: Let me know what you think.