public class Tester { public static void main(String[] args) { System.out.print( "This is QuizJET".substring( 0, 10 ) ); } }