Greetings:
I am taking my first C++ class and am a little stuck. I keep receiving three compiler errors, but I can't seem to figure them out. Can someone please point me in the right direction.
The assignment is:
Write a C++ program having a recursive function recursiveMinimum that takes an integer array and the array size as arguments and returns the smallest element of the array. The function should stop processing and return when it receives an array of 1 element.
I am attaching my .cpp file.
Thanks to anyone that can assist me.
By the way, God bless all you gurus. If this is a beginner's class, I hate to see the advanced classes.