I wanted to find a way to do it manually, so I could keep track of it in my head: //Raise inputNumber (100) to the power of powerOf (3) manually: //Inputs int inputNumber = 100; int powerOf = 3; int powResult = inputNumber; //The result will be to multiply the previous result times the inputNumber, powerOf times for (int i = 0; i More @Wikipedia
Hover over any link to get a description of the article. Please note that search keywords are sometimes hidden within the full article and don't appear in the description or title.