Constructing Constructors

I don't think you've added a constructor yet.

We're looking for something like:

 

 

 

public Cow (String name, String color) { ... }

 

 

 

 

Help! I'm ready to continue .