Respuesta :

Answer:

numNegative should be initialized to 0 and should subsequently increase by 1 every time a negative value is encountered when going through userVals.

Explanation:

The variable needs to start at 0 so it has an accurate count of the negative values when it has gone through the entireity of the array.