Building Console Applications Applications in the .NET Framework can use the System.Console class to read characters from and write characters to the console. Data from the console is read from the standard input stream, data to the console is written to the standard output stream, and error data to the console is written to the standard error output stream. What class can be used to read characters from and write characters to the console in .NET Framework?
1)System.IO class
2)System.Text class
3)System.Console class
4)System.Diagnostics class