|
Visual C# 2005: Operators and Expressions, covers Visual C# operators and expressions. It also shows how to use the precedence table to order C# operators judiciously and efficiently.
Objectives:
- Describe how to use simple operators in C#
- Explain how to use runtime checking to control arithmetic overflow
- Demonstrate how to use precedence rules to simplify expressions
Topics:
- Arithmetic Operators
- Relational Operators and Precedence in C#
|