adddesign

By Think Positive, Get Positive on 12:19:00 PM

Filed Under: ,

FIRST PROGRAM IN C#:
Let us begin by compilin and running the short and easy program.

using system;
class csharp
{
//c sharp program beging with the call to main()
Public static void Main()
{
Console.WriteLine("My First C# program");
}
}

goto Keywords

0 comments for this post