complete the function getfirstindex() that has one string parameter and one character parameter. the function returns the index of the first character in the string that is not equal to the character parameter. if no such character is found, the function returns -1. ex: if the input is hxphz h, then the output is: 1