= 18) { echo "You can vote!"; } else if ($age > 0) { echo "You are too young to vote."; } else { echo "Invalid age."; } ?>