Search:

Type: Posts; User: tuxdeep

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,496

    Thanks a lot, you've been a great help. I'll...

    Thanks a lot, you've been a great help. I'll practice some more tomorrow.
  2. Replies
    4
    Views
    1,496

    Thanks, I kind of get it, but I have another...

    Thanks, I kind of get it, but I have another quick question.

    In
    int getlowR()
    {
    int lowRange;

    printf("Enter the low range value:");
    scanf("%d", &lowRange);
    return(lowRange);
  3. Replies
    4
    Views
    1,496

    Function to return user input in C

    Firstly, I'd like to say that I'm relatively new to functions and my course standards state that I'm now supposed to relay information from the user to the program via functions, this means that I'm...
Results 1 to 3 of 3