Search:

Type: Posts; User: AndiWhitts

Search: Search took 0.00 seconds.

  1. ahh yes! thanks very much!

    ahh yes! thanks very much!
  2. I rewrote the whole code and it works now but can...

    I rewrote the whole code and it works now but can someone please tell me where i went wrong for future reference?

    This is the new code that works:


    #include <iostream>

    using namespace std;...
  3. Very Basic Problem ( error: 'else' without a previous 'if' ) yet i have 'if' there :S

    #include <iostream>

    using namespace std;

    int main()

    {
    int number1;

    cout<< "Please Enter A Number: ";
Results 1 to 3 of 3