There are two errors in this class, what are they? and how do I fix them?


public class Question04c extends OtherClass{
protected int answer(int i) throws DumbQuestionException { if(i < 0){...