Hello,

I'm working on an assignment that requires the user to input a number, and then another number to raise the first one by (like pow() ). The product is then displayed. By the way, this would be incredibly easy with the pow function, but I am not allowed to use it.

I am stumped.

I am not asking anyone to write this for me. In fact, I request that if you offer a solution, don't even give me a code example. Just give me a bit of direction on how to accomplish this with looping (ie what type of looping to use, etc).

Any feedback is appreciated, I'm pretty stuck.