I am wanting to return the index of a string in a given array (or -1 if not present) only using recursion and no looping, but am running into some issues. Below is my code:<