C++ Tutorial - 19 - The if else if else Statement

July 27, 2009 - 2:25 am

Part 20 - http://www.youtube.com/watch?v=xzRLP_PkV1c&fmt=18

To get all the source code from this tutorial, visit my site at http://thenewboston.com

Duration : 0:5:38


[youtube zbcdzXEN5kQ]

14 Responses to “C++ Tutorial - 19 - The if else if else Statement”

  1. GNSstudios Says:

    lol that’s what i …
    lol that’s what i was thinking too before he did the do while. i guess it doesn’t matter too much

  2. KnuckleAndSlider Says:

    infinite loops are …
    infinite loops are easier with while loops

    int x=0;
    while (x = x) {
    //do this
    }

  3. night5life Says:

    i think i just …
    i think i just earned a degree in less than an hour, gg education system

  4. huntardrape Says:

    if (condition)
    {

    if (condition)
    {
    do this
    }
    ELSE IF (condition)
    {
    do this
    }
    ELSE IF (condition)
    {
    do this
    }

    if then else if

  5. maldonas91 Says:

    I’ve learned more …
    I’ve learned more from you than from my Collage Professor.

  6. john11i Says:

    when you put in a …
    when you put in a .5 number it just keeps going on and on.

  7. floch102 Says:

    every time I do so, …
    every time I do so, it tells me that I need a primary statement before I write else if. PLEASE HELP!!!

  8. buuveituguldur Says:

    tnx, my teacher :)
    tnx, my teacher :)

  9. sk8rz21 Says:

    another great …
    another great tutorial, i subbed you :D

  10. VanilFox Says:

    Your are the man …
    Your are the man man :)

  11. ChangAwnthuwey Says:

    keep em coming …
    keep em coming bucky!

  12. friedchicken1981 Says:

    you rock buddy
    you rock buddy

  13. smcorrea Says:

    Nie tutorials, very …
    Nie tutorials, very helpful =D

  14. bloodkiller731 Says:

    Awesome videos as …
    Awesome videos as usual keep it up Bucky

Leave a Reply