Search:

Type: Posts; User: kdubbz

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    2,458

    Ok, I fixed it up and its all done. Hey im...

    Ok, I fixed it up and its all done. Hey im getting good at this, this is my 2nd one done so far. hers the final code:


    #include <stdio.h>
    int main()
    {
    float quat;
    float halfdol;
    ...
  2. Replies
    13
    Views
    2,458

    ok, I fixed the error, but when I run the...

    ok, I fixed the error, but when I run the program, it just gives me 0.0000000 as an answer. Thanks for the help.

    Somewheres I must have some thing put wrong somewhere. it wont do the math, so...
  3. Replies
    13
    Views
    2,458

    Hello, OK I have gotten some help so far. I fixed...

    Hello, OK I have gotten some help so far. I fixed her up to this:


    #include <stdio.h>
    int main()
    {
    float quat = .25;
    float halfdol = .50;
    float dime = .10;
    float nick =...
  4. Replies
    13
    Views
    2,458

    Help with this program

    Hello, I have a program I am trying to write. In my book it asks for me to make a program that takes pennies, dimes, nickles, half dollars, and quaters and make a total out of them. I have attempted...
Results 1 to 4 of 4