Introduction to Conditional Testing Considerations


Conditional testing is incorporated into a variety of programming problem solutions. These included comparing values to a base condition (is the number positive or negative), placing values in order of lowest to highest or highest to lowest, seeing if a value is within a range of other values, and so on.

This video is intended to describe some of the categories you will encounter that require the use of a conditional test to arrive at a coded solution to a programming problem.