Wednesday, May 02, 2007

Going to be over soon

main
{
if ( exams == over )
printf( "Play-time!" );
else
study;
}

3 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. syntax error! hahaha!!!

    int main() {

    string action = "";
    bool exam_over = false;

    if (exam_over == false) {

    cout << "STUDY LAH!!!" << endl;

    }

    else {
    cout << "YAY!! OVER LIAO!!!" << endl;
    }
    return 0;
    }

    ReplyDelete
  3. Anonymous5:26 pm

    how come yours so cheem one. i only know C programming leh. hahah. i dunno your bool and cout and endl. =P show off. Whahaha. And I never touch for one sem liao lehhhhhhhhh don't like that la. hHaaha.

    ReplyDelete