String str=null; Scanner reader=new Scanner(System.in); while(!((str=reader.next()).equals("#"))){ System.out.println(str); }