// // Using StringIn // import FormatIO.*; public class Demo01b { public static void main(String[] args){ Console con = new Console(); con.print("Enter stuff: "); String s = con.readWord(); con.println(s); } } // // try as input // - low yoyo stuff // - lowyoyostuff // What's happening? //