C# 6 and .NET Core 1.0:Modern Cross:Platform Development
上QQ阅读APP看书,第一时间看更新

Summary

In this chapter, you learned how to declare variables with an explicit type or inferred with the var keyword, we discussed some of the built-in types for numbers, text, and Booleans, we covered how to choose between number types, and we experimented with some operators.

In the next chapter, you will learn about branching, looping, converting between types, and handling exceptions.