Jump to content

Programming Fundamentals/Conditions

From Wikibooks, open books for an open world

Overview

[edit | edit source]

This chapter introduces conditions and selection control structures.

Chapter Outline

[edit | edit source]

Learning Objectives

[edit | edit source]
  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.