WordEquality
Write a Java Application that takes two words from the command line and compares them for
equality. The output should display both words and the result of the test.
Use the args[] array of the "main" method and the System.out method as demonstrated in class.