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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!