
上QQ阅读APP看书,第一时间看更新
Chapter 3. Controlling the Flow, Converting Types, and Handling Exceptions
This chapter is about writing code that makes decisions, repeats blocks of statements, converts between types, and handles errors (known as exceptions). You will also learn about the best places to look for help.
This chapter covers the following topics:
- Selection statements
- Iteration statements
- Casting and converting between types
- Handling exceptions
- Checking for overflow
- Looking for help