The slides used together with SPF Chapter 4:
To view the following slide in full screen: Click Menu > View Full Screen
Summary:
Variables in details
- Number – byte, int and long
- Decimal – float and double
- Character
- Boolean
- String
Implicit and explicit conversion
Numbers, Decimals and their operations (=, +, -, *, / and others)
Strings and operations (assigning value, concatenation)
Links:
- C# built-in type (MSDN): click on each type to view details and examples.
- Other stuff related to built-in type (implicit and explicit conversion, default value)
- C# Operators (MSDN): click on each operator to view details and examples.
0 comments:
Post a Comment