package cs101.io.connection; public interface InputConnection { public String readInput(); }