This chapter is about writing code that makes decisions, repeats blocks of statements, converts between types, handling exceptions, and checking for overflows in number variables.
This chapter covers the following sections:
- Selection statements
- Iteration statements
- Casting and converting between types
- Handling exceptions
- Checking for overflow