Read n numbers. Count the number of negative numbers, positive numbers and zeroes in the list. Use arrays.
#include <iostream>
int main() {
// Declare variables
int n;
// Input the number of elements
std::cout << "Enter the number of elements: ";
std::cin >> n;
// Declare an array to store the numbers
int numbers[n];
// Input the numbers
std::cout << "Enter " << n << " numbers:\n";
for (int i = 0; i < n; ++i) {
________ _______ _________ ________ ________ ________ ___ ____.
_______ ______ ____ __________ ________ __________ _________.
___ __________ ______ ___ ________ _____ ________.
____ _______ ______ _____ _____.
_________ _______ ______ __________ _____ ___ _______ _____ ______ __________.
________ ____ ____ ________ _________ ________ ____ __________ ____ ___.
__________ ___ ____ _______ __________ __________ __________.
_________ ____ ___ __________ ________ _________ ______ _______ ________.
_____ __________ _____ __________ __________ ___ _______ ________ ____ ___ _____ _______.
________ _______ ____ _____ ____ _________.
______ _________ _____ ___ _____ _____ ____.
_____ ______ ________ _________ _______ __________ ___ _____ ______ __________ __________.
________ ________ _________ ____ __________ ___ ______ _____ ____.
________ ________ ______ __________ ____ __________ ______ __________ ________.
________ ___ ___ ________ __________ ______ ________ ________.
________ ___ ________ __________ _____ ________ __________.
_____ _______ ____ ________ _____ _____.
_______ _______ _________ ___ _____ __________ ____ ________.
_______ ________ _____ ________ _______ _______ __________ ____ _______.
___ _______ ________ ______ __________ ___ ________ ____ ________.
___ ___ ___ ______ ______ __________ _____ _______.
____ __________ _______ __________ ___ ___ ______ _________.
______ __________ __________ ____ ____ __________ _______ _________ ___ _________ _____ _____.
_______ _____ __________ _________ __________ _______ ___ ______ ___.
______ ________ __________ __________ _________ ________ ___ ____ _________ _________ ______.
__________ _______ ____ ______ __________ ______ ________ ___ __________.
_________ ________ __________ ______ _______ _________ ______ _________ _______ ___ ______ _________.
_____ _______ _______ _____ __________ _______.
______ ______ __________ ________ _________ _________ __________ _____ ______ __________ ______.
___ __________ ___ ____ _____ ______ __________.
_____ ______ ___ _____ _____ _________ __________ ___.
______ ___ ____ ________ _________.
__________ ______ ___ _________ _______ ______ _________ _____ ___.
_______ ______ ______ ______ __________ ________ ______.
___ __________ _________ ___ _________ __________ ________ ___ _____ ____.
________ _____ ________ ________ __________ ___.
______ __________ _________ ____ ______ _______ _________ ______ ____ _________.
_______ __________ _____ __________ _________ _______.
________ _____ ________ ________ ______.
____ _____ ______ _______ _____.
_____ __________ ___ __________ _____ _________ _____ __________ __________ ___.
_____ ________ __________ _______ _______ __________ ______ ____.
_________ ____ _____ _______ _______ __________ ___.
______ __________ _______ ________ ________ ________ _______ _________ _________ _____ __________.
_______ _________ _________ _________ ______ _______ ________.
Get Full Answer on WhatsApp