LargerNumber


Write a Java Application that takes two numbers from the command line, assigns them to variables, compares them to see which is larger, and prints the larger value.

Use the appropriate method of the number class to parse the input.

Use the args[] array of the "main" method and the System.out method as demonstrated in class.