Question: Answer using Java as the language, please. Provide a method named as firstNegative, this method accepts a one dimensional int array as an input parameter

Answer using Java as the language, please.
Provide a method named as firstNegative, this method accepts a one dimensional int array as an input parameter and return the index of the first negtive inegter in the given array. If the array does not contain any negtive integer, return -1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
