StandardInputOutput
Write a Java Application that accepts a word from the command line and prints it out to the DOS window.
Use the args[] array of the "main" method and the System.out method as demonstrated in class.