Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
141 results
The break statement lets you exit from a loop before the loop condition says it's complete. The continue statement lets you jump to ...
806 views
5 years ago
In this course, our style guidelines tell you to *always* use braces with if statements. This video explains the problems you could ...
145 views
You use an if statement to make decisions about whether to take an action or not. You use an if/else statement to decide whether ...
135 views
... 0:49 - Define a switch 1:23 - Create a variable 1:35 - Example on a switch 6:14 - How to apply a range on a switch statement ...
30 views
4 years ago
The break statement lets you exit a loop from the middle; the continue statement takes you to the next iteration of a loop.
250 views
6 years ago
Now that we have a basic understanding of decision structures, let's dive deeper into conditional statements. We'll look at more ...
41 views
1 year ago
For more information about paths: http://cit.evc.edu/cit050/pathnames/index.html https://www.youtube.com/watch?v=V6M1aatQ5gk ...
213 views
7 years ago
You can put an if inside an if block, or an if inside an else block. This video explains how it works.
286 views
If you are testing similar conditions and finding yourself writing a lot of else-if pairs, you can combine them to elif and save yourself ...
201 views
Learn about conditional statements.
348 views
When should you use braces around the body of an if/else? (Spoiler alert: always.)
676 views
558 views
if-elsif-else conditional statement is used to check specific condition and if it is true execute the respective block else execute the ...
977 views
11 years ago
Example of how to use modulo and floor division to isolate digits in a number.
180 views
... it school, love to code, CSharp, if statement, nested if statement in c#, switch statement in c#, Coding in CSharp with examples, ...
27 views
3 years ago
Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
67 views
Nesting if/else statements to test multiple conditions -- and a convenient shortcut for writing such statements.
2,018 views
Switch স্টেটমেন্ট Switch কেস স্টেটমেন্ট ব্যাখ্যা করা Switch এবং nested if তুলনা ...
98 views
Understand the difference between expressions and statements. Watch this to learn about environment and scope: ...
116,698 views
9 years ago
Python lets you put if statements inside of if statements. We'll examine some examples of that in this video.
144 views