Question: c++ Write a function that receives an integer array along with its length. if the array the function receives contains a negative number, then the
c++
Write a function that receives an integer array along with its length. if the array the function receives contains a negative number, then the function returns true, otherwise, the function returns false. You may declare such functions using the following statement:
bool containsNegative(int a[], int length);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
