0
/ 1.0
Given a vector of integers called numbers
, count how many negative numbers there are in the vector and return that count.
Given a vector of integers called numbers
, count how many negative
numbers there are in the vector and return that count.
Your feedback will appear here when you check your answer.