You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A quick program to test finding a number in an array using a recursive function. An array is populated with random values and a a random number to be found is assigned to a variable. The number to be found and the length of the array are sent to a recursive function which iterates through the array until the number is found.