Standard I/O Exercise

do not need to turn in

Write the java code that reads in user input from the keyboard and prints it to the screen. (Hint: Look at the methods of System.in and System.out)


Solution