Search:

Type: Posts; User: KatiNescher9

Search: Search took 0.00 seconds.

  1. Just did that. Thank you very much.

    Just did that. Thank you very much.
  2. Thank You so much Matticus I finally got the...

    Thank You so much Matticus I finally got the right output:
    This was the final code

    int main(void){
    int h, /* number of half dollars */
    q, /* number of quarters */
    d, /*number of dimes */
    n,...
  3. This is the last one I created, I did what you...

    This is the last one I created, I did what you told me to, and I came out with these equations. No compiler errors but it doesn't give me the right amount of pennies or coins...

    int main(void){...
  4. int main(void) {int h, /* number of half dollars...

    int main(void)
    {int h, /* number of half dollars *
    /q, /* number of quarters */
    d, /*number of dimes */n, /*number of nickels *
    /p; /*number of pennies*/

    printf("Value of your change will be...
  5. How do I do this part? if anyone is nice enough...

    How do I do this part? if anyone is nice enough to explain it to me.
    The values of your 23 coins is equivalent to 181 pennies


    int main(void){
    int h, /* number of half dollars */
    q, /* number...
  6. I'm sorry. I was rushing a tad bit, so I kind of...

    I'm sorry. I was rushing a tad bit, so I kind of was acting with no rationale. They were both really helpful, and I'm truly sorry if I angered someone. I was just in a rush so I thought it would be a...
  7. Simple C Programs That I Require Help With

    I'm very very new at C programming/writing and I'm so confused, I have no idea what I'm doing. I was given this problem to do and I'm so confused on what to put on the Printf() statement... I don't...
Results 1 to 7 of 7