Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Our Professor gave us this as a starting point
- p=n=z=d
- For (i=1; i<=100; i++)
- { printf(“enter value”);
- scanf(“%d”’&num);
- If (num>0)
- P++;
- Else
- if(num<0)
- N++;
- Else
- Z++;
- }
- if someone could explain what i need to do to make this work.
Advertisement
Add Comment
Please, Sign In to add comment