Complete the function GetLastIndex() that takes one string parameter and one character parameter. The function returns the
index of the last 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 cqvqb q, then the output is:
4