this
It seems that there can only be 1 else if
You should not have two else if conditions that are the same. You are checking to see if a property is > 50 twice. You need to fix that.
this
It seems that there can only be 1 else if
You should not have two else if conditions that are the same. You are checking to see if a property is > 50 twice. You need to fix that.