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
47 results
A while loop lets your programs repeatedly ask for user input until they enter a “sentinel value” to tell you they have finished.
216 views
5 years ago
Use a *while* loop to repeatedly get input in a program.
317 views
6 years ago
In a preceding video, we had duplicated code to read the user input outside the loop and inside the loop. To avoid duplicated ...
392 views
You can use booleans in the condition of a while loop. This will avoid duplicate code in a loop that asks for user input.
262 views
4 years ago
This is the loop you want to use when getting user input, as it guarantees at least one iteration through the loop.
187 views
Introduction to loops, with the *while* loop, which continues as long as a condition is true.
363 views
Python tutorial for the noobies Cool video : https://youtu.be/HSSQlxuSbsw?si=LBIINYO6sCA3nOgQ In this video, I will try to ...
506 views
1 year ago
What happens when you disregard guidelines for user input?
147 views
The do/while loop is guaranteed to execute the loop body at least once.
298 views
Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
103 views
3 years ago
72 views
348 views
Using sentinel values to control a while loop.
6,702 views
9 years ago
The for loop is a shorthand for a while loop; it specifies the initial loop variable, the continuation test, and the action after each ...
272 views
208 views
179 views
2 years ago
In C, you use a for loop to iterate through an array. In fact, for loops and arrays were pretty much made for each other. Here's the ...
269 views
A nice, clean way to compare multiple values in an "if condition" is to use tuples. Check out this short to see how. #python ...
127 views
When you write a program that uses a loop to do some task repeatedly, you need some way to figure out whether to continue the ...
214 views
This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...
670 views
merihelp.net-Alice 3 programming loops and totals.mp4.
1,316 views
14 years ago
I know my input is going to be a list of integers. The output type will also be an integer because it will be the sum of integers.
6,196 views
7 years ago
Here are two approaches to solving the problem. (I'm not entirely happy with this video; the script just didn't seem to “click” for me, ...
424 views
1,108 views