This tutorial will discuss about the tools that allow programs to "make decisions" based on data values. For example, you may want to read a value of Age and create a variable that represents age groups. You may want to determine if values for a particular variable are within predefined limits. Programs that perform any of these operations require conditional processing—the ability to make logical decisions based on data values.
We are going to discuss the following topics: