Posts by Grillo • 1 point
1 post
-
-1
votes1
answer35
viewsQ: Prepare a program to request 10 numbers. You must display the amount of negative, positive and zeros typed
I am trying to create a program in C which asks for 10 numbers. You must display the amount of negative, positive and typed zeros. I’ve tried it here but it’s not working. Reading from scratch is…