Count Positive and Negative Numbers in C++

# Introduction In this lab, you will learn how to write a C++ program to count the number of positive and negative numbers in an array. The program takes an array of integers as input from the user and counts the number of positive and negative integers in the array.

|60 : 00

Click the virtual machine below to start practicing