C# Programming Tutorial Videos Lesson 3: If and Else Statements
Uploader Comments (babyyoyoboy)
All Comments (8)
-
im doing a project and the program i a writing needs an if i cant think how to type this but if u want il pm you the program in text format
-
I found the problem it was the Console.ReadLine << but now im getting 1 warning and 2 errors warning is Possible Mistaken Empty Statement and the errors are ; expected and the other is invalid expression term 'else'
-
When i click the green arrow (run) the black box just like flicks up the shuts down ? am i doing something wrong,, i have wrote everything you have done
-
could you do an if within if?
-
There's a difference between putting an if block followed by an else if block and putting an if block followed by another if block.
If the first one does the if block, it will then skip the else if block no matter what (even if the condition in the if block changes to make the else if block part true), - you use that if you know you only want one part of the if/else if set to run no matter what.
If the second one does the first if block, it can still do the second if block.
-
very good vid, man! I have learned a lot from your videos! Ty so much!!!!
TY TY TY TY!!! I bought a freakin $35 book thats recommended and your tuts are at least 100 times better! you should be on youtubes front page :p dude im serious i read that book forlike 2 hours about this stuff and in 15 mins from you i got it down!!! please keep it up!!
sgtfrogremix 3 years ago 2
i applied for partnership with no avail
i haven't posted a new one in a while, but i have the next video already done, the next set of videos are windows applications
babyyoyoboy 3 years ago
OMG! You are so good! Your videos are the best tuts i have ever seen! Keep up the good work!
shadowflare45 3 years ago 4
wow, thanks so much, i have more videos to upload, but im too busy to upload them
the next video in the series is a summary video
we use lessons 2-5 to make a calculator in console programming =D
babyyoyoboy 3 years ago