ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

103 results

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

J David Eisenberg
Chapter 4: Using a Boolean to control an input loop

In a preceding video, we had duplicated code to read the user input outside the loop and inside the loop. To avoid duplicated ...

3:38
Chapter 4: Using a Boolean to control an input loop

387 views

4 years ago

J David Eisenberg
Chapter 5: Using booleans to control a while loop

You can use booleans in the condition of a while loop. This will avoid duplicate code in a loop that asks for user input.

3:13
Chapter 5: Using booleans to control a while loop

3,389 views

6 years ago

J David Eisenberg
Chapter 5: The for loop

The for loop is a shorthand for a while loop; it specifies the initial loop variable, the continuation test, and the action after each ...

3:04
Chapter 5: The for loop

184 views

5 years ago

Chrome for Developers
For Loops - Supercharged

In this video Surma shows you the fairly new for loops JavaScript has to offer. Async iterators and generators: ...

1:28
For Loops - Supercharged

13,077 views

8 years ago

Iris Kohler
[CBIS 112] Counters and Accumulators

A brief aside on how we can keep track of totals in our loops. Kosmic's former world record: ...

10:52
[CBIS 112] Counters and Accumulators

257 views

2 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 4: Overloaded Methods

You can have multiple methods with the same name as long as the number and/or types of the parameters is different.

3:34
Chapter 4: Overloaded Methods

447 views

4 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,932 views

8 years ago

J David Eisenberg
Chapter 4: Nested for loops

You can put for loops inside for loops. This video shows how to print a multiplication table using nested loops.

5:47
Chapter 4: Nested for loops

11,036 views

4 years ago

Remy Sharp
7. Six to Sixteen: A Child's Programming Journey / Surya Rose / FFConf 2025

Learning to code is not easy. It takes a lot of time and practise to become a good developer, especially with the hundreds of ...

33:27
7. Six to Sixteen: A Child's Programming Journey / Surya Rose / FFConf 2025

80 views

3 weeks ago

The Mindful Communication Revolution
How to use Intonation Correctly 👈🔥 #verbalcommunication

Knowing how to use intonation can increase your credibility and clarity of what you're saying. To learn more about how to use ...

0:15
How to use Intonation Correctly 👈🔥 #verbalcommunication

77,307 views

3 years ago

piggi0
Day 21 of explaining every #minecraft #redstone item | Detector Rail #shaders #shorts #mc #tutorial

minecraft #detectorrail #redstone #gaming #automation #gameplay #tricks #mechanism #tips #innovation #tutorial #gadgets ...

0:21
Day 21 of explaining every #minecraft #redstone item | Detector Rail #shaders #shorts #mc #tutorial

134,390 views

2 years ago

Chrome for Developers
Debugging JavaScript - Chrome DevTools 101

If you're still using console.log() to find and fix JavaScript issues, you might be spending more time debugging than you need to.

7:28
Debugging JavaScript - Chrome DevTools 101

900,019 views

8 years ago

nptelhrd
Mod-03 Lec-15 Sequential statements and Loops

Digital System design with PLDs and FPGAs by Prof. Kuruvilla Varghese,Department of Electronics & Communication ...

59:29
Mod-03 Lec-15 Sequential statements and Loops

5,073 views

11 years ago

J David Eisenberg
Chapter 6: Declaring and Initializing Arrays

If an array isn't automatically initialized, what can you do? Well, you could initialize each element individually... Set score[0] to 65, ...

5:17
Chapter 6: Declaring and Initializing Arrays

332 views

4 years ago

J David Eisenberg
Chapter 1: Your First C Program

Learn about compiling and linking, and see a short C program designed to check that you have C installed and working properly.

9:13
Chapter 1: Your First C Program

763 views

5 years ago

Jesse Mason
How to Solve a Kirchhoff's Rules Problem - Simple Example

Millish available on iTunes: https://itunes.apple.com/us/album/millish/id128839547?uo=4 We analyze a circuit using Kirchhoff's ...

9:11
How to Solve a Kirchhoff's Rules Problem - Simple Example

2,758,863 views

13 years ago

STÆMPUNK TV
Install Newer Versions of macOS on Old Macs | OpenCore Legacy Patcher [Step by step]

OpenCore Legacy Patcher is a free, open-source tool that lets you install and run newer versions of macOS on older Mac ...

18:37
Install Newer Versions of macOS on Old Macs | OpenCore Legacy Patcher [Step by step]

360,695 views

6 months ago

CS50
Review: Quiz 0

So we can implement our for loop also as a while loop using this. And similarly with a do while loop, we might have some ...

1:27:12
Review: Quiz 0

8,846 views

13 years ago