C:\cis3023\lecturenotes>javap UserInput Compiled from "UserInput.java" class UserInput extends java.lang.Object{ public static java.io.BufferedReader commandLine; UserInput(); public static char readChar(); public static double readDouble(); public static int readInt(); public static java.lang.String readString(); static {}; }