Printing one line of text with multiple statements.
using System;
public class Welcome2 {
public static void Main(string[] args) {
Console.Write("Welcome to ");
Console.WriteLine("C# Programming!");
}
}
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
-
-
-
-
-
|