Given a normal console, the task is to get the Standard Input Stream through this Console in C#.
Approach: This can be done using the
In property in the
Console class of the System package in C#.
Program: Getting the Standard Input Stream
Output:
👁 Image
Note: The
TextReader represents a reader that can read a sequential series of characters.