Question: Which snippet could you add to this code to print "food" to the console?
- `a.prototype.belly[0]`
 - `Object.getPrototype0f (a).belly[0]`
 - `Animal.belly[0]`
 - `a.belly[0]`
 
Answer: The correct answer of the above question is Option C:`Animal.belly[0]`