Write a Java program called InputParms.java that accepts 3 arguments in the main method using an array. Iterate through the array looking for your name using a for loop. Display the message "The name
was found" if your name is found. For example, using the following command Java Inpu