modify the program so that it reports how many positive numbers were entered, an
ID: 3632116 • Letter: M
Question
modify the program so that it reports how many positive numbers were entered, and how many negative numbers were entered. It should run like this:Please enter some numbers (0 to terminate)
3
27
-16
4
6
-1
0
4 positive numbers were entered
2 negative numbers were entered