Dangling else
nWhich if statement is this else statement associated with?
n
nif (condition1)
n if (condition2)
n statement1
nelse
n statement2
n