Search:

Type: Posts; User: SumeragiSubaru

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    802

    /* Edited by Mod */

    /* Edited by Mod */
  2. Replies
    2
    Views
    871

    thanks that really helped :cool:

    thanks that really helped :cool:
  3. Replies
    2
    Views
    871

    Really newbie question about if

    can you have more than 1 if else statement in an if statement
    ie.

    if(x>=64)
    {
    cout << "you are dead.";

    else if(x<=11)
    cout << "you are young.";
  4. Replies
    8
    Views
    1,304

    Really newbie question

    can you have more than 1 if else statement in an if statement
    ie.

    if(x==100)
    {
    cout << "you are old.";

    else if(x<=11)
    cout << "you are young.";
Results 1 to 4 of 4