The first program you should write when you are discovering a new language…
CSharp
Console.WirteLine("Hello World");
Java
System.Out.Println("Hello World");
VB .net
MessageBox.Show("Hello World");
The first program you should write when you are discovering a new language…
CSharp
Console.WirteLine("Hello World");
Java
System.Out.Println("Hello World");
VB .net
MessageBox.Show("Hello World");