Complete the getInitials method in the InitialsTest class below. For example, if name is read as three strings: "Harry", "Joseph", and "Hacker", then the call to the getInitials method with the three names as parameters should return the string "HJH".