CECS 174 Assignment 1 Write a Java program that switches the letters "e" and "o" in a string. Use the replace method repeatedly. Enter the string to be changed as a command line argument either using the command line to compile or using Eclipse. Demonstrate that the string "Hello, World!" turns into "Holle, Werld!" and run with other test strings.