initExercise()
The exercise below will test your newly acquired knowledge on the Rabin-Karp algorithm. The value for Magic_M has been computed for the first step comparison of the algorithm. This exercise requires that you use the modified Horner's Method to compute Magic_M at the next step. The strings have two values at each index, the actual character, and the character's ascii value (which will be used in the equation). The necessary variables and equation have been provided. (A calcualtor may be necessary.)

Your solution:

[started]
if (!checkAnswer() && !guess[0]) return ""; else return checkAnswer();