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
90 results
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
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 ...
146 views
Learn about conditional statements.
349 views
6 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
4 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
When should you use braces around the body of an if/else? (Spoiler alert: always.)
678 views
559 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
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
... it school, love to code, CSharp, if statement, nested if statement in c#, switch statement in c#, Coding in CSharp with examples, ...
27 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
7 years ago
if-elsif-else conditional statement is used to check specific condition and if it is true execute the respective block else execute the ...
979 views
11 years ago
Python lets you put if statements inside of if statements. We'll examine some examples of that in this video.
144 views
zoho Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
25 views
4 months ago
Describes nested decision structures and the use of compound boolean statements. Multiple approaches to solving a sales ...
744 views
9 years ago
Nesting if/else statements to test multiple conditions -- and a convenient shortcut for writing such statements.
2,019 views
if conditional statement is used to test some condition and if that condition is satisfied then execute the piece of code. if-else ...
853 views
This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...
45 views
A somewhat large program example.
11,251 views
This video shows you the difference between an if-else-if chain and a series of if statements.
205 views