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
477 results
Learn about conditional statements.
345 views
6 years ago
Branching statements allow us to make decisions, or in other words to run certain sections of code but not others. The most ...
848 views
5 years ago
عبارات IF / ELSE IF-ELSE ان عبارات هو قرار بين شيئين لنقل على سبيل المثال,اذا كان اليوم من ايام الاسبوع ,لقد حان الوقت للذهاب الى ...
89,082 views
10 years ago
When should you use braces around the body of an if/else? (Spoiler alert: always.)
538 views
4 years ago
Using if, if else, and while statements in Java.
186 views
8 years ago
Programs can do different things depending on whether a condition is true or false by using the if and else statements.
167 views
2 years ago
673 views
Nesting if/else statements to test multiple conditions -- and a convenient shortcut for writing such statements.
2,017 views
Java Tutorial: If Else Statement Logical decision making is unavoidable in any programming language including Java. You have ...
14 views
1 year ago
Outline *Conditional Statements and types of Conditional Statements *Use of if statement *Syntax for if statement *Program using ...
6,555 views
11 years ago
In this course, our style guidelines tell you to *always* use braces with if statements. This video explains the problems you could ...
144 views
Java Switch Case Statement.
3,339 views
You can put an if inside an if block, or an if inside an else block. This video explains how it works.
219 views
Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...
2,737 views
3 years ago
If Else statements in JavaScript.
46 views
Check the conditions in a program -What are Statements. -Syntax for if and -If-else Statement -Errors.
20,967 views
The video shows how to code an Electric Bill program that inputs kilowatt hours used (kWh) and break it down into three billing ...
215 views
Some decision structures require you to put if statements inside if statements. That's called a “nested if” statement.
109 views
Subscribe, like, you motivate me to shoot useful content for free. We will cover the following topics: What are Operators in ...
1,092 views
You can use a *cast* to take an integer variable and ask Java to treat it as a double (and vice versa). This video gives you the ...
225 views