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
94 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 ...
145 views
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
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
Learn about conditional statements.
347 views
6 years ago
... 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
When should you use braces around the body of an if/else? (Spoiler alert: always.)
558 views
675 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
zoho Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
25 views
3 months ago
... 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
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 ...
976 views
11 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.
249 views
Python lets you put if statements inside of if statements. We'll examine some examples of that in this video.
144 views
if conditional statement is used to test some condition and if that condition is satisfied then execute the piece of code. if-else ...
849 views
Describes nested decision structures and the use of compound boolean statements. Multiple approaches to solving a sales ...
744 views
9 years ago
In today's GUI challenge I share my thinking on a way to solve a switch. A tiny, UX packed component that ended up being one of ...
19,527 views
This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...
45 views
Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
28 views
40 views
Nesting if/else statements to test multiple conditions -- and a convenient shortcut for writing such statements.
2,017 views
67 views
A somewhat large program example.
11,245 views
This video shows you the difference between an if-else-if chain and a series of if statements.
205 views