You have a semi-colon after this if statement, which counts as the statement for the if. The block after the if then is always executed because it's not part of the if, and Java thinks you're putting...