Written by Danielle Kain, Kevin Miller
public class Example extends ConsoleProgram {
...
}
readLine(String promptMessage); //Reads a String from the user and return it
readInt(String promptMessage); //Reads an int from the user and return it
readDouble(String promptMessage); //Reads a double from the user and return it
println(String printMessage); //Prints a message to the Console