Lecture overview -- Keyboard shortcut: 'u'  Previous page: Functions -- Keyboard shortcut: 'p'  Next page: Comments -- 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 16 : 43

Input and output

Output to the screen and input from the keyboard is handled by the C# Console class

File IO is handled by various Stream classes in C#

o-demo.cs
Demonstrations of Console output in C#.
o-output
Output from the output demo program.
i-demo.cs
Demonstrations of Console input in C#.
i-output
A sample dialog with the Console IO demo program.