I/O Example 1
Standard I/O Exercise
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