Well the parenthesis indicate that there is a condition for the if and the else if statements to run, but the condition for the else statement is inherent in that the else statement runs if the conditions for any previous if/ else if statements were not met, so there is no need for parenthesis to specify a condition.