//got help from Sungwoo public interface myMadeUpInterface{ public int addOne(int x); public String saySomething(); }