Home Page > Selection

Selection

In this set of lessons, we are looking at selection and beginning to introduce this in our coding.

In computer science, conditional statements (selection) can perform different computations or actions depending on whether a programmer-specified condition equals true or false.