Transcript
00:00 Okay. So so far, we have done some pretty fun things with having a program just execute line by line by line. And with control flow, now we can execute, execute. And then right here, oh, I this is not true. Let's jump over those lines and continue.
00:14 And, we did that with both if statements and switch statements. Now we're gonna make it so we can say line by line line line and then, oh, we wanna do that again. Line line line line. Do it again. Line line line line.
00:26 So that is what we're doing with for loops. And this is a pretty primitive concept in most programming languages. And so you're going to be experiencing, something that's really pivotal and important for lots of programs. Jumping into for loops, we'll see you when you're done.
