Write a program to accept 20 numbers from the user

And count how many positive and how many negative and 0 numbers were entered!!
pls

Questions by cguyc

Showing Answers 1 - 1 of 1 Answers

delbin

  • Jul 22nd, 2012
 

Code
  1. #include<stdio.h>

  2. "%d""+:%d -:%d 0:%d

  3. ",pos,neg,zero);

  4.  

  5. }

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions