Use for loops on the above 2D array to: •Find how many ZEROsand how many negative numbersare in the matrixand display results
*HELP: declare a variable “count_zero= 0and count_neg=0” and increment the count each time you findzero and negative
•Create an array of size 7 of integers1, -9, 10, 20, 5, 6, 7 . You can set these numbers in the code with initialization.
•Write a function that accepts anarray and returns the location/index of any value passed to the function.
Test it with value 20 and value -1 *HELP: this is linear search
•Test it with value 7and write code in your “main” to see if it is the last element in the array (10 points)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here