Conditionals and Predicates
Last updated on 2025-07-05 | Edit this page
Estimated time: 12 minutes
Overview
Questions
- How do you control how your program executes?
Objectives
- Explain how to check whether something is true or false
Introduction
- Program flow can be controlled by evaluating statements and checking conditions