ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

378 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

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,068 views

10 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

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

Douglas Weathers
Conditional statements

We learn about conditional and biconditional statements. Meant to be watched before or after reading Chapter 2 of the open ...

4:08
Conditional statements

538 views

5 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

Christopher Stevens
Conditional Statements

Now that we have a basic understanding of decision structures, let's dive deeper into conditional statements. We'll look at more ...

13:24
Conditional Statements

41 views

1 year 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

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 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 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 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

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

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

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

J David Eisenberg
Chapter 5: “Short Circuit” Evaluation of Conditions

Java doesn't always have to evaluate both operands of a compound condition. See how it can “short circuit” the evaluation.

2:37
Chapter 5: “Short Circuit” Evaluation of Conditions

448 views

4 years ago

Fred Otto DiscoverE Program
[Intro to App Design] 1.9.2 - Conditionals and Comparisons

These videos were made for DiscoverE's second MOOC, Intro to App Design, which was released in October 2015. This is a free ...

1:39
[Intro to App Design] 1.9.2 - Conditionals and Comparisons

129 views

10 years ago

Fred Otto DiscoverE Program
[Intro to App Design] 1.9.1 - Conditionals and Comparisons

These videos were made for DiscoverE's second MOOC, Intro to App Design, which was released in October 2015. This is a free ...

1:51
[Intro to App Design] 1.9.1 - Conditionals and Comparisons

155 views

10 years ago