Search:

Type: Posts; User: lara 4097

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    2,342

    sweet jesus it worked! :D after i initialized the...

    sweet jesus it worked! :D after i initialized the min and max variables and made the other corrections... it compiled w/out errors and ran like a charm!!
    i have learned greatly by this experience
    ...
  2. Replies
    8
    Views
    2,342

    Wow, I really need sleep... I just noticed the...

    Wow, I really need sleep... I just noticed the rest of the first reply.. let me give that a whirl and see if this works! THANK YOU THANK YOU
  3. Replies
    8
    Views
    2,342

    I didn't notice that about the Sum function :(...

    I didn't notice that about the Sum function :( thanks Salem. I'll definitely check that out the link!
  4. Replies
    8
    Views
    2,342

    Horray!! THANK YOU!! The compiler liked that much...

    Horray!! THANK YOU!! The compiler liked that much better but when I went to run the program, I got 'run time' errors after typing in the 3 numbers...

    Debug Error!
    Run-Time Check Failure #3 - The...
  5. Replies
    8
    Views
    2,342

    #include using namespace std ; ...

    #include <iostream>

    using namespace std ;

    float calculate_min (float a, float b, float c);
    float calculate_max (float a, float b, float c);
    float sum (float a, float b, float c);
    void ...
  6. Replies
    8
    Views
    2,342

    please help me fix my code!

    Hi everyone - I'm new to programming and have been obsessing over this code to calculate the max, min and sum of 3 varibale for 2 days straight but can't figure out why I keep getting compiler...
Results 1 to 6 of 6