Complete the program below, named Initials.java, to read in a first name, a middle name, and a last name, and then print out the three initials as a single string. For example, if the three input names are James, Paul, and Jones, then the output should be JPJ.