...

/

Introduction to the Program Control Structures

Introduction to the Program Control Structures

Get an overview of what will be covered in this chapter.

We'll cover the following...

Overview

If all of our code was simply executed in sequence, our programs would always do the same thing, no matter what data we provided them with. We must be able to control the path through the program so that some part of the code executes at the designated time, and other parts ...