Search:

Type: Posts; User: feigndeaf

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    991

    You asked about the same project in another...

    You asked about the same project in another thread in which I pointed you to my thread which is the exact same program. It may help you to see a working one.
  2. Ok, I did what you said (I think) but something...

    Ok, I did what you said (I think) but something still isn't right.
    For example, when I compile and execute the program, my professor
    has given me the following information but when I execute it's...
  3. Thread: Money Issues

    by feigndeaf
    Replies
    5
    Views
    1,248

    I need it to work with a variety of numbers. ...

    I need it to work with a variety of numbers.

    Sample input: Treatment Fee 2500.00; Initial payment 300.00; Monthly 75.00

    If I'm using those numbers it stores 25 3 75.

    I have a version...
  4. Thread: Money Issues

    by feigndeaf
    Replies
    5
    Views
    1,248

    Just so you can see how the program works with...

    Just so you can see how the program works with ints - so you can maybe better understand what I am trying to do. What I need is for my output to show the dollar amounts as xx.xx




    #include...
  5. Thread: Money Issues

    by feigndeaf
    Replies
    5
    Views
    1,248

    Money Issues

    This is just a snippet sample of what I'm trying to do, instead of posting my giant long program.




    int main(void)

    {
    float amount;
Results 1 to 5 of 5