I think you need to recheck your logic.

if (number1 != 2 || number2 != 3 || number3 != 3)
This statement will evaluate to true if any one of the checks evaluate to true. You only want it to...