Programming Fundamentals/Conditions

Overview edit

This chapter introduces conditions and selection control structures.

Chapter Outline edit

Learning Objectives edit

  1. Understand key terms and definitions.
  2. Given example pseudocode, flowcharts, and source code, create a program that uses conditions and selection control structures to solve a given problem.