Given string userString on one line, character updatedchar on a second line, and integer strindex on a third line, change the character at index strindex of userString to updatedChar. Ex: If the input is: gecko y then the output is: gecky Note. Assume the length of string userstring is greater than strindex.