Search:

Type: Posts; User: Daniell Wang

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,126

    yes, you forget to set counter. when you enter...

    yes, you forget to set counter. when you enter one number, it must be increased.
  2. Replies
    19
    Views
    2,662

    very useful to me on this forum.

    very useful to me on this forum.
  3. Replies
    19
    Views
    2,662

    This's not use lib , like this: ...

    This's not use lib , like this:


    #include<stdio.h>
    int main(int argc, char *argv[])
    {
    int i;
    printf("Enter something: ");
    i=getchar();
    if(i >= '0' && i <= '9')
Results 1 to 3 of 3