Description
Write a C program that read 6 numbers and counts the number of positive numbers and negative numbers.
Input
Input the first number: 20
Input the second number: 30
Input the third number: 40
Input the fourth number: 50
Input the fifth number: 60
Input the sixth number: 70
Output
Number of positive numbers: 6
Number of negative numbers: 0
Number of positive numbers: 6
Number of negative numbers: 0