- C# 6 and .NET Core 1.0:Modern Cross:Platform Development
- Mark J. Price
- 69字
- 2021-07-09 20:15:41
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
推薦閱讀
- JavaFX Essentials
- R語言數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南
- Processing互動編程藝術(shù)
- Visual Basic程序設(shè)計習(xí)題解答與上機指導(dǎo)
- Mastering Predictive Analytics with Python
- The HTML and CSS Workshop
- JBoss:Developer's Guide
- 分布式數(shù)據(jù)庫原理、架構(gòu)與實踐
- 軟件工程與UML案例解析(第三版)
- Learn Linux Quickly
- R統(tǒng)計應(yīng)用開發(fā)實戰(zhàn)
- 軟件工程實用教程 (第3版)
- Mastering Rust
- App Inventor開發(fā)實戰(zhàn)
- jMonkeyEngine 3.0 Cookbook