ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

416 results

Meri (Engel) Kasprak - programming videos
If and While in Java

Using if, if else, and while statements in Java.

4:29
If and While in Java

186 views

8 years ago

J David Eisenberg
Chapter 3: if and if/else statements

Learn about conditional statements.

5:37
Chapter 3: if and if/else statements

345 views

6 years ago

The Mentor CodeLab
If Statement - Java Tutorial | #11

Java Tutorial: If Else Statement Logical decision making is unavoidable in any programming language including Java. You have ...

19:58
If Statement - Java Tutorial | #11

14 views

1 year ago

Code.org
Bill Gates explains IF & IF/ELSE statements

IF Statements People make decisions every day. For example before you go outside you kind of have an IF statement that says, IF ...

0:45
Bill Gates explains IF & IF/ELSE statements

89,078 views

10 years ago

J David Eisenberg
Chapter 3: Nested if statements

You can put an if inside an if block, or an if inside an else block. This video explains how it works.

6:40
Chapter 3: Nested if statements

219 views

6 years ago

J David Eisenberg
Chapter 4: if and else

Programs can do different things depending on whether a condition is true or false by using the if and else statements.

5:41
Chapter 4: if and else

167 views

2 years ago

J David Eisenberg
Chapter 3: Multi-way if/else statements

Nesting if/else statements to test multiple conditions -- and a convenient shortcut for writing such statements.

4:48
Chapter 3: Multi-way if/else statements

2,017 views

6 years ago

Otavio Santana
Optional in Java - When better code is not an alternative

Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...

23:13
Optional in Java - When better code is not an alternative

2,737 views

3 years ago

J David Eisenberg
Chapter 5: Using Braces with if/else Statements

When should you use braces around the body of an if/else? (Spoiler alert: always.)

4:54
Chapter 5: Using Braces with if/else Statements

538 views

4 years ago

J David Eisenberg
Chapter 5: Using braces in if statements

In this course, our style guidelines tell you to *always* use braces with if statements. This video explains the problems you could ...

6:30
Chapter 5: Using braces in if statements

144 views

4 years ago

J David Eisenberg
Chapter 3: Using Braces with if/else Statements

When should you use braces around the body of an if/else? (Spoiler alert: always.)

5:04
Chapter 3: Using Braces with if/else Statements

673 views

6 years ago

J David Eisenberg
Chapter 7: Nested if statements

Python lets you put if statements inside of if statements. We'll examine some examples of that in this video.

6:14
Chapter 7: Nested if statements

144 views

7 years ago

Meri (Engel) Kasprak - programming videos
Java Switch Case Statement

Java Switch Case Statement.

1:18
Java Switch Case Statement

3,339 views

8 years ago

Codexpanse with Rakhim
Expressions vs. Statements in JS / Intro to JavaScript ES6 programming, lesson 14

Understand the difference between expressions and statements. Watch this to learn about environment and scope: ...

4:38
Expressions vs. Statements in JS / Intro to JavaScript ES6 programming, lesson 14

115,948 views

8 years ago

Dandalf
Java Input Loop

The video shows how to use Java to input an integer in using a loop that keeps asking for a valid input if the user inputs a negative ...

12:11
Java Input Loop

251 views

5 years ago

Cody Anderson
6.3 if/else branches

Branching statements allow us to make decisions, or in other words to run certain sections of code but not others. The most ...

7:00
6.3 if/else branches

848 views

5 years ago

ABMedia
Learn PowerShell: Episode 8, Operators + If Statements + Scripting Tips

And then, we'll move onto "if statements", a very important feature that gives us huge flexibility in our scripts. Watch to find out ...

35:30
Learn PowerShell: Episode 8, Operators + If Statements + Scripting Tips

7,832 views

4 years ago

J David Eisenberg
Chapter 5: Nested if statements

Some decision structures require you to put if statements inside if statements. That's called a “nested if” statement.

3:10
Chapter 5: Nested if statements

109 views

4 years ago

Dandalf
JavaElectricBill

The video shows how to code an Electric Bill program that inputs kilowatt hours used (kWh) and break it down into three billing ...

26:43
JavaElectricBill

215 views

2 years ago

The Mentor CodeLab
Switch - Java Tutorial | #12

Java Tutorial: Switches in Java Switches in java is a really important concept to learn. When you have more than a few continuous ...

6:27
Switch - Java Tutorial | #12

15 views

1 year ago