public class CharCode { public static void main (String[] argv) { // Use IOTool to read char-by-char. Then identify // the int value of the opening and closing quote chars. } }