Search:

Type: Posts; User: ryansutton

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,233

    Hey the program works now, thanks for the advice!...

    Hey the program works now, thanks for the advice! Next time I'll try to analyze it a little more from my perspective, thanks!
  2. Replies
    2
    Views
    1,233

    help me with this simple script!

    Ok, this is a class project and my tutor helped me get this far however I'm stumped on how to finish, suggestions? I'm VERY new to C++!

    #include <iostream>

    using namespace std;
    int...
  3. Replies
    5
    Views
    1,222

    only 1 error now

    OK I re-wrote it and I only get 1 error this time. Here is the revised version:

    #include <iostream>

    using namespace std;

    int lbs, oz;
    float totaloz, totalg, kg, g;
  4. Replies
    5
    Views
    1,222

    no luck

    OK I enetered in the formulas you gave me and I got 6 errors!

    Here is the code, maybe you can tell me what's wrong with it?

    #include <iostream>

    using namespace std;

    int lbs(int lbs);
    int...
  5. Replies
    5
    Views
    1,222

    converting script

    OK first off let me say this is a class assignment and I don't expect anyone to do my work for me. Now here is my problem. My assignment is to write a program that takes pounds and ounces and...
Results 1 to 5 of 5