Search:

Type: Posts; User: MNM1245

Search: Search took 0.00 seconds.

  1. camel-man, I love you! That was the issue. Can't...

    camel-man, I love you! That was the issue. Can't believe it was something so stupid. Thanks a ton guys. Problem solved!
  2. This unfortunately was not the solution. Would...

    This unfortunately was not the solution. Would have been nice if it had been so easy.
  3. In the class I'm taking we have always used scanf...

    In the class I'm taking we have always used scanf for user input. It has always worked. Is there something with characters that makes it not work?
  4. While loop not skipping when condition isn't met

    #include <stdio.h>

    void calc_duty(int, float, float, float *, float *);
    void print_duty(int, int, int, float, float, float, float);


    int main (void)
    {
    int origin, category, quantity;
    ...
Results 1 to 4 of 4