public class Say { public String say(long number) { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } }