Search:

Type: Posts; User: davidl33t

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    3,010

    How to compare values?

    If I put: -- while(scanf("%d", &a) --
    and then input how much values that i want, how can I compare:
    The first one with the second one, the second one with the third one, the third one with the...
  2. Replies
    2
    Views
    3,407

    sum is always printed as 0

    I just can't seem to figure this out. My program is: Put unlimited characters until you put " ! ". If there are numbers in those characters, calculate their sum.


    #include <stdio.h>
    int main()...
Results 1 to 2 of 2