Search:

Type: Posts; User: lifeless

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,115

    You mean put the (while

    You mean put the (while<0) inside the other? i already do that, and the problem is when i enter a float number validates it then i enter a negative and doesn't validate it
  2. Replies
    5
    Views
    2,115

    i didn't put it because i want different...

    i didn't put it because i want different messages, one message for only positives and another one for only integers
  3. Replies
    5
    Views
    2,115

    Validate positives

    hi everyone i'm programming validation of a number that only accepts positive integers the code below is for only integers



    #include<ctype.h>
    #include<stdio.h>
    int main(void)
    {
    char...
Results 1 to 3 of 3