Guest User

Untitled

a guest
Nov 13th, 2018
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Our Professor gave us this as a starting point
  2.  
  3. p=n=z=d
  4. For (i=1; i<=100; i++)
  5. { printf(“enter value”);
  6. scanf(“%d”’&num);
  7. If (num>0)
  8. P++;
  9. Else
  10. if(num<0)
  11. N++;
  12. Else
  13. Z++;
  14. }
  15.  
  16. if someone could explain what i need to do to make this work.
Advertisement
Add Comment
Please, Sign In to add comment