class num{ Scanner x= new Scanner(System.in); String z =x.nextLine(); int y=9999; for(int i=1000;i<y;i++){ System.out.println(z+i); } } why this class ?
What's the logcat?