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
245 results
Using if, if else, and while statements in Java.
186 views
8 years ago
Learn about conditional statements.
345 views
6 years ago
control statements in Ruby * Syntax and usage of * if statement * else statement * elsif statement * case statement * Example ...
1,275 views
11 years ago
In this video, we write the GameNumber Java class using Eclipse. We will use this class in several example programs.
6,659 views
Nesting if/else statements to test multiple conditions -- and a convenient shortcut for writing such statements.
2,017 views
You can put an if inside an if block, or an if inside an else block. This video explains how it works.
220 views
Learn when to use -- and not to use -- exceptions.
170 views
5 years ago
How to let users supply numeric input to your programs.
557 views
4 years ago
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
When should you use braces around the body of an if/else? (Spoiler alert: always.)
538 views
How to tell the Java compiler that you want to convert values from one data type to another.
234 views
2 years ago
673 views
How is Java similar to and different from natural languages? What are the main data types we'll work with? What's a literal?
1,316 views
The switch statement lets you execute statements based on the value of a variable.
259 views
The substring() method lets you extract a section of a String; indexOf() lets you find where one String is contained within another ...
1,098 views
In this course, our style guidelines tell you to *always* use braces with if statements. This video explains the problems you could ...
144 views
Handling a two-dimensional arrays that represent a matrix of rows and columns.
388 views
... and Data Types 00:03:38 Operators and Expressions 00:04:40 Control Structures 00:05:31 Functions and Procedures 00:06:25 ...
94 views
1 year ago
The break statement lets you exit a loop from the middle; the continue statement takes you to the next iteration of a loop. This is ...
171 views
Python lets you put if statements inside of if statements. We'll examine some examples of that in this video.
7 years ago