|
|
|
|
Title: C Programming Tutorial - 5 - If, Else If, Else Statements
Added: Feb 28, 2009
Author: thenewboston
Duration: 6:53
Description:
Part 6 - http://www.youtube.com/watch?v=Rtww83GH0BUAll of this code is FREE on my website http://thenewboston.com
Related Videos:
Videos related to 'C Programming Tutorial - 5 - If, Else If, Else Statements'
Channel: Howto
Tags: cool programming bucky thenewboston language if else statements
cool programming bucky thenewboston language if else statements
Youtube Comments: 230
Hoihoijooah Says:
Jan 29, 2012 - thank you for your help, so it's just making computer's job easier. ^_^
bondservant4Him Says:
Jan 29, 2012 - yes exactly :)
zubhanwc3 Says:
Feb 3, 2012 - Guys if you don't know what khan academy is, check it out, it is awesome! it teaches you practically everything, sadly no C, so ya you SHOULD work with em, ty for the awesome
Moonrock9222 Says:
Feb 8, 2012 - it keepS saying my else statement is wrong
exterMEANator Says:
Feb 25, 2012 - So when you enter 50, you end up with jailbait. Great and simple tutorial, props for that, but the program itself could do better.
JJStuffEngineering Says:
Mar 2, 2012 - I love that voice
JJStuffEngineering Says:
Mar 2, 2012 - Yeah finally got this one down!
zaranseran Says:
Mar 4, 2012 - Cheers mate, great vid.. better than my lecturer at uni!!
lazypattyass Says:
Mar 14, 2012 - What's the difference between scanf and getch?
Vicestab Says:
Mar 16, 2012 - 95? JAILBAIT.
JJStuffEngineering Says:
Mar 18, 2012 - JAILBAIT!
hhooman2005 Says:
Mar 22, 2012 - I agree. It'd be great if Khan adds a good programming playlist to his collection.
iAmSukiBum2 Says:
Apr 3, 2012 - it says name.exe has stopped working , what do I do? other programs I made worked.
1THEADI Says:
Apr 9, 2012 - wait.. wuts the point of using else? why cant you just write if?for example, if (age==70) {gtfo!}if (age==13) {too young}if (age==22) {come and get it}why cant you just do that??
mikekevinvideos Says:
Apr 15, 2012 - Your code will not need to as much. If one is true, it will not go on to the next ones.
fasantupp Says:
Apr 26, 2012 - For some reason I have to write the age twice before the program answers.. any ide what I did wrong, can't find any difference in the code exept : \n after enter your age...
bondservant4Him Says:
Apr 27, 2012 - pm me your code, you probably have an extra getch())
fasantupp Says:
May 4, 2012 - found the problem, wrote %d% in scanf instead of %d
waqasahmed939 Says:
May 8, 2012 - I want to see this dating site :)
waqasahmed939 Says:
May 8, 2012 - I love how if you press 80, you'd be called "jailbait"
kritikalmass7 Says:
May 17, 2012 - because it wasn't in C.
AmberBanana13 Says:
May 20, 2012 - is it possible to instead of using numbers as the variable, use words, like for a difficulty setting on a game?
ronniemw8 Says:
May 21, 2012 - Nice Tutorial but if u put in age other then 60,40 or 21 output will be jailbait! so u could have used greater then or smaller then to make it perfect












bondservant4Him Says:
Jan 29, 2012 - yes, if will work also, but else if means that if the original if statement is true then dont check else if statment. If He used 2 if statments compiler will check both statments so multiple blocks of code may be executed, hard to explain let me know if you need more help