Search:

Type: Posts; User: seandugan890

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,472

    thanks, I got my mistake now :)

    thanks, I got my mistake now :)
  2. Replies
    2
    Views
    1,472

    reading negative integers

    so I am writing a simple program for my C programming class. The goal is to make a checkbook that adds money if you enter a positive amount, and subtracts when you enter a negative amount (and after...
  3. Replies
    4
    Views
    1,607

    I don't think I know how to do that

    I don't think I know how to do that
  4. Replies
    4
    Views
    1,607

    Help me with a program for my class!

    Hello, I am new here. I just stared a C programming class and realized that it is wayyyy over my head. But I want to at least get a decent grade. I have to make this program and I am completely...
  5. Replies
    8
    Views
    1,671

    excellent, thank you everyone. this makes a lot...

    excellent, thank you everyone. this makes a lot of sense now.
  6. Replies
    8
    Views
    1,671

    how does my equation change then?

    how does my equation change then?
  7. Replies
    8
    Views
    1,671

    factors in C?

    how do I do factors in C?

    I want to get the following equation, where '!' = factor


    numberOfCombinations = itemsInList ! / (itemsInList - itemsToChoose) ! ;
  8. Replies
    2
    Views
    1,211

    why doesnt this small program work?

    I am making a program for a class. The program is supposed to calculate the change needed in coins from the amount given. The problem is that it gets stuck somewhere in the coin sorting loop but I...
  9. i'm sorry i still don't understand after reading...

    i'm sorry i still don't understand after reading those items, how would I then alter my program so that it rounds them down to the nearest hundredth?
  10. help with a simple simple probram (i'm new)

    Hi I am very very new to C, and am working on an assignment for a C programming intro class and I am having a little trouble on my program. The program is supposed to get the users change needed...
Results 1 to 10 of 10