Search:

Type: Posts; User: gravedigger

Search: Search took 0.01 seconds.

  1. Ok. Let me clarify. I need a program to convert...

    Ok. Let me clarify. I need a program to convert any random number of Mph in to Kph. Why did you put 12.45? It has to be random. Once you input any random Mph, it should take that number multiple it...
  2. cpp.sh/8jxf (http://cpp.sh/8jxf)

    cpp.sh/8jxf
  3. You're right I made it divide, but then realized...

    You're right I made it divide, but then realized once you guys pointed it out. Sorry. Now that I'm about to input the Mph, how can I take that input and us the formula and show a convertion?
  4. #include #include ...

    #include <iostream>
    #include <cstdlib>

    using namespace std;

    double ConvertToMPH (int Mph);
    double ConvertToMPH (double Kph);

    int main()
    {
  5. I been reading my C++ book and this is an...

    I been reading my C++ book and this is an assignment I have to turn in and I don't understand why I don't get a Kph output.
  6. Thats all it is. Mph to Kph. I just need a...

    Thats all it is. Mph to Kph. I just need a program to input Mph and convert it to Kph.

    I found the formula and when I run it in C Shell website it ask me for Mph, so I enter any random number to...
  7. I'm new to this guys. That's why I'm being very...

    I'm new to this guys. That's why I'm being very specific about this....

    I still don't get it....
  8. I'm I getting close? #include ...

    I'm I getting close?


    #include <iostream>
    #include <cstdlib>


    using namespace std;
  9. Can you correct it for me? I'm lost.

    Can you correct it for me? I'm lost.
  10. Why would I divide? Also I'm a bit new to this so...

    Why would I divide? Also I'm a bit new to this so can you correct the code? What do you mean that I don't need the parentheses around the expression? Can you write the code?
  11. Urgent help with assignment to convert Mph to Kph

    I have the formula Mph to Kph
    is Mph * 1.61 = Kph

    What's wrong with my code?


    #include <iostream>
    #include <cstdlib>

    using namespace std;
  12. Replies
    7
    Views
    751

    So outbox and inbox is basically cin and cout???...

    So outbox and inbox is basically cin and cout??? That's what that terminology means?
  13. Replies
    7
    Views
    751

    What's an outbox though? And how can I label...

    What's an outbox though? And how can I label them input and output?? Can someone post a code or a video so that I get somewhat of an idea?
  14. sorry apparently I do have Visual Studio. I still...

    sorry apparently I do have Visual Studio. I still dont see the new project and then C++ option.
  15. Microsoft Visual Basic. How to start programming in C++

    I download that program from my class and I'm not sure how to start a blank project for C++. Anyone have any idea or video I can watch?
  16. Replies
    7
    Views
    751

    im using C++ programming by DS Malik. 6th edition.

    im using C++ programming by DS Malik. 6th edition.
  17. Replies
    7
    Views
    751

    Homework Help for my c++ class.

    ​Well I dont have full details yet, but can someone break down how I can learn about this :


    You will need to code an input value, then use a conversion formula built into your code, and an...
Results 1 to 17 of 18