//The limit of 24 for the exponent is chosen because 9^25 // has 26 digits. This means that for any exponent greater than 25, // the resulting number will have more digits than the exponent itself. // ...