Question: Write a recursive method searchArray that searches for an element in an array of integers, and returns its position or -1 if it is not
Write a recursive method searchArray that searches for an element in an array of integers, and returns its position or -1 if it is not found.
Step by Step Solution
3.39 Rating (149 Votes )
There are 3 Steps involved in it
To write a recursive function for such a task we need to set two parameters for the function One par... View full answer
Get step-by-step solutions from verified subject matter experts
