Search:

Type: Posts; User: ClearSights

Search: Search took 0.01 seconds.

  1. I have done the pseuocode but I need it in C++,...

    I have done the pseuocode but I need it in C++, Im not trying to learn C++, I had a class on it but I decided programming is not for me so I changed but I still need to pass it and its very...
  2. Could someone please just help me? Even to get...

    Could someone please just help me? Even to get started
  3. Can anyone help me with changing it to C++? I...

    Can anyone help me with changing it to C++? I really have no idea.
  4. Num = ccnum Count = 0 While num > 0 ...

    Num = ccnum

    Count = 0

    While num > 0

    Count++

    Digit = num % 10 // get last digit
  5. Num = ccnum Count = 0 While num > 0 ...

    Num = ccnum

    Count = 0

    While num > 0

    Count++

    Digit = num % 10 // get last digit
  6. I need help with this last project! Credit Card Program!

    the account number to be validated.


    Once again, I am no longer trying to get a degree in this field but I really need to pass the class. Help would be very generous!
  7. I didnt get any other information then what I...

    I didnt get any other information then what I stated....

    So I would start it kind of like this?....

    #include <iostream>
    using namespace std;

    float odostartone;
    float odoendone;
    float...
  8. everyone says simple but I am Very new too...

    everyone says simple but I am Very new too this....all I know how to do is little things....like cout, setw, fin, fout, endl, and other small functions
  9. Please Help Me with this beginner C++ Program!

    Ok, I need help with this, Im just starting out and have no clue where to start...this is what I have to do....

    Write a program to ask the user for odometer readings before and after and gallons...
Results 1 to 9 of 9