Search:

Type: Posts; User: hsumonkey

Search: Search took 0.00 seconds.

  1. Thread: help!!

    by hsumonkey
    Replies
    8
    Views
    1,144

    help!!

    Can anyone tell me what's wrong with this code please..


    #include <iostream>
    int main()
    {
    int a;
    int b;
    int salary;
    cout<<"Enter hours worked (-1 to end):";
  2. Replies
    2
    Views
    740

    help with code

    :confused: :confused: :confused: :confused:
    While ( x <= 100 )
    total += x
    ++x;

    any idea what's wrong with this code? I am so lost :mad:
  3. Thread: Help?

    by hsumonkey
    Replies
    6
    Views
    1,040

    Thanks guys for replying. But I am still missing...

    Thanks guys for replying. But I am still missing a ";" any idea guys?
    error C2143: syntax error : missing ';' before 'if'
  4. Thread: Help?

    by hsumonkey
    Replies
    6
    Views
    1,040

    What do you mean my quotes are wrong? I am still...

    What do you mean my quotes are wrong? I am still confused
  5. Thread: Help?

    by hsumonkey
    Replies
    6
    Views
    1,040

    Help?

    Hi,

    I am new beginner in C++ and I have question about this coding. Can anyone tell me where's the error? :confused:

    if(age>=65);
    cout<<"Age is greater than or equal to 65"<<endl;
    else...
Results 1 to 5 of 5