import java.io.*; /* Author: James Tam Date: February 16, 2004 */ public class Driver2 { public static void main(String [] args) throws IOException, NumberFormatException { TCExample eg = new TCExample(); eg.method(); } }