X768: Counting negatives within vector in C++

Given a vector of integers called numbers, count how many negative numbers there are in the vector and return that count.

Your Answer:

Reset

Practice a different C++ exercise

Feedback

Your feedback will appear here when you check your answer.