public class PangramChecker { public boolean isPangram(String input) { throw new UnsupportedOperationException("Method has not been implemented yet."); } }