Search:

Type: Posts; User: mikezmr2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,733

    yes, i think ur right, the program is reading as...

    yes, i think ur right, the program is reading as "number" to the actually number , ex 1,2,3,4. ok. heh damn something so simple couldn't even figure that out :)

    thanks for ur help.
  2. Replies
    2
    Views
    1,733

    follow up to if and then statements

    ok this is starting to get irrating. i have these as constansts:

    // constants for under 50,000 miles;

    const double Carbon_Monoxide = 3.4;
    const double Hydro_Carbons =...
  3. Replies
    3
    Views
    1,332

    thanks

    thanks
  4. Replies
    3
    Views
    1,332

    making less than and greater than work

    can i do something like this

    if( pollutant < 3.4)
    { cout << " u passed " << endl;
    }

    else
    {
    cout << "u failed " << endl;
    }
Results 1 to 4 of 4