Display a message in the console when age is greater than 12 and less than 17 by coding an elif statement.

Make sure to pick elif, followed by age <= 16, and finally :.