AddTwoNumbers
Write a Java Application that takes two numbers from the command line, assigns them to
variables, adds them together, and outputs the equation to the DOS window. The equation
should look exactly like an equation you would see in a math text:
Example: 5 + 2 = 7
Use the args[] array of the "main" method and the System.out method as demonstrated in class.