| 04/05/2011 5:04 pm |
 Administrator Cool Senior Member

Regist.: 04/04/2011 Topics: 14 Posts: 15
 OFFLINE | Hello there, you've finally made it to the section you've been waiting for.Note that the codes below are the solution to the problem above.
The codes
using System;
public class HelloWorld
{
public static void Main(string[] args) {
Console.Write("Hello World!");
}
}
It would be best you understand what each line of code does by referring to the textbook. |
|
|