|
|
Input and output | Input and output (IO) is handled by a number of different classes in C#.
In both C and C# there very few traces of IO in the languages as such. |
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# |
|
|
Input is shown in bold style. Boldface items represent the input entered by the user of the program. |