Transcription
Hi, I'm Andrew. Welcome to the sequence chapter of the programmer's field guide.
[Music]
We're on a journey to learn about programming. So far, we've seen how to build and run programs using the compiler and Visual Studio Code. But the code that we've been using has been given to us. We haven't been able to create our own programs.
With the right tools, you'll be able to start to learn to build your own programs with a good solid understanding. That's the whole point of this chapter. Let's get you started by exploring the idea of sequence, the fact that programs run instructions in sequence, syntax, how we can turn our ideas into code, and how the rules of those languages work. and the idea of procedures, these building blocks or coding constructs that we can call from libraries.
All right, let's get on to it.
[Music]