// // Using StringIn // import FormatIO.*; public class Demo01c { public static void main(String[] args){ FileOut fout = new FileOut("trace.txt"); fout.println("Mary had a little lamb, its fleece was white as snow."); fout.println("And everywhere that Mary went, the sheep was sure to go"); fout.close(); } } // // Have a look in this directory // - is the file there? // - what's in it? // - what if we use wordpad? //