|
|
Simple types | This page is about integers, real numbers, characters, and booleans. |
Most simple types in C# are similar to the simple types in C |
| Differences compared to C. |
Shows boolean constants and how to deal with the default boolean value (false). |
Illustrates character constants, hexadecimal escape notation, and character methods. |
Illustrates all numeric types in C#. Exercises minimum and maximum values of the numeric types. |
Output from the program above. Reveals minimum and maximum values of all the numeric types. |
|
|