Lecture overview -- Keyboard shortcut: 'u'  Previous page: C# in relation to C [Section] -- Keyboard shortcut: 'p'  Next page: Enumerations types -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Introduction to C# - slide 7 : 43

Simple types
Most simple types in C# are similar to the simple types in C
ex1.cs
Demonstrations of the simple type bool in C#.
ex2.cs
Demonstrations of the simple type char in C#.
ex3.cs
Demonstrations of numeric types in C#.
output
Output from the numeric demo program.
Go to exercise
Exploring the type Char
Go to exercise
Hexadecimal numbers