With a conditional statement, the objects we create will be able to react to the type of food we pass to eat().
Finish adding the statement that checks if food is a particular value.
Start by adding the if statement, then the else, finally, display the message.