Source attached. How close am I to getting this to work with
passing pointers as args? The second function seems to be the problem.

The objective is to store 5 integers(array). GET_DATA() accepts an array
pointer, and prompts the user. FIND_NUM() accepts 'choice' and the array
and searches for the value, and returns a value to MAIN().

I had to improvise in MAIN(IF statement), because the pointer functionality
isn't working.

Thanks for the time.

-JY