Line 33 should be `if(pet instanceof EgyptianMau)` and line 37 should be `if(pet instanceof Cymric)`?
Line 33 should be
if(pet instanceof EgyptianMau)and line 37 should beif(pet instanceof Cymric)?