int result = 0;
for (int j = 0; j < number.length; j++)
{
if (number[j] < 0) {
result = result + 1;
}
}
Answers
Answered by
0
Explanation:
❥︎
» » Hearthacker « «
❥︎
______________________
➪
➪
_____________________
______________________
Similar questions