ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

477 results

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

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

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

عبارات IF / ELSE IF-ELSE ان عبارات هو قرار بين شيئين لنقل على سبيل المثال,اذا كان اليوم من ايام الاسبوع ,لقد حان الوقت للذهاب الى ...

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

89,082 views

10 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

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

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

Spoken-Tutorial IIT Bombay
if else - English

Outline *Conditional Statements and types of Conditional Statements *Use of if statement *Syntax for if statement *Program using ...

12:23
if else - English

6,555 views

11 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

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

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

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

Meri (Engel) Kasprak - programming videos
If Else statements in JavaScript

If Else statements in JavaScript.

2:18
If Else statements in JavaScript

46 views

8 years ago

Spoken-Tutorial IIT Bombay
If And Else If statement - English

Check the conditions in a program -What are Statements. -Syntax for if and -If-else Statement -Errors.

12:27
If And Else If statement - English

20,967 views

11 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

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

Mario
JavaScript part#2 if else, alert, prompt, confirm

Subscribe, like, you motivate me to shoot useful content for free. We will cover the following topics: What are Operators in ...

1:23:05
JavaScript part#2 if else, alert, prompt, confirm

1,092 views

5 years ago

J David Eisenberg
Chapter 2: Data Type Conversion in Java

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

6:04
Chapter 2: Data Type Conversion in Java

225 views

5 years ago