Programming Fundamentals/Conditions
Appearance
Overview
[edit | edit source]This chapter introduces conditions and selection control structures.
Chapter Outline
[edit | edit source]- Structured Programming
- Selection Control Structures
- If Then Else
- Code Blocks
- Relational Operators
- Assignment vs Equality
- Logical Operators
- Nested If Then Else
- Case Control Structure
- Condition Examples
- Code Examples
- Practice: Conditions
Learning Objectives
[edit | edit source]- 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.