You should follow Java coding conventions and begin variables with lowercase letters like answer, numAnswer etc: your code will be more readable that way.

If you are checking for a result *within*...