C++
Write a recursive function named isDecreasing that takes asparameters an array of ints and the size of the array. It shouldreturn true if the elements of the array are strictly decreasing(each element in the array is strictly less than the previous one),but return false otherwise. You can assume the array contains atleast two elements. The file must be named: isDecreasing.cpp
Expert Answer
An answer will be send to you shortly. . . . .