First off let say thank you for even taking the time to read this post.

What I want to do is write a program that evalutes the powers given the base and the exponent without using the pow() function.

What I decided to do have the base multiplied to it's self x amount of times, x being exponent. It seems easy to do but I can't seem to get it right. Any help appreciated!