...
/Introduction to the Basic Building Blocks of a Computer Program
Introduction to the Basic Building Blocks of a Computer Program
Get an overview of what will be covered in this chapter.
We'll cover the following...
Overview
When it comes to programming, the most fundamental concept is the sequence. The sequence indicates what we do and when we do it, one after the other. However, when we take a closer look, we find that there’s more to this—in this chapter, we’ll learn what that ...