using System; public class MainClass { static void Main(string[] args) { // Display the standard Console. Console.Title = "Standard Console"; } }