Problem #18 C++ using OBJECT ORIENTED PROGRAMMING

Find the local minima in the array? (An element in an array is a local minima if it less than the element after it, and the element before it)

Your Solution