Pick the code snippet that calls the Rodent class's eat() method.
Rodent
eat()
We need to use the super keyword we call a superclass's method.
super