SquareNumbersUser


Write a Java Application that uses the class above with a number taken from the command line, parses it into each format and passes it to each method. The output should name the datatype passed and print the result. Assume that the number passed into the program is parsable into each format.

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