Programming Fundamentals/Conditions
Overview
editThis chapter introduces conditions and selection control structures.
Chapter Outline
editLearning Objectives
edit- Understand key terms and definitions.
- Given example pseudocode, flowcharts, and source code, create a program that uses conditions and selection control structures to solve a given problem.