Working with Variables, Operators, and Expressions in Microsoft Visual C#
- 12/15/2012
Summary
In this chapter, you have seen how to create and use variables, and you have learned about some of the common data types available for variables in C#. You have learned about identifiers. In addition, you have used a number of operators to build expressions, and you have learned how the precedence and associativity of operators determine how expressions are evaluated.
If you want to continue to the next chapter
Keep Visual Studio 2012 running, and turn to Chapter 3.
If you want to exit Visual Studio 2012 now
On the FILE menu, click Exit. If you see a Save dialog box, click Yes and save the project.