Friday, July 19, 2013

Nomenclature

{
      I am delimited by curly braces
}
***************************************************************
System.Console.Write("Hella World");
//This brings the class System.Console into scope to output console text

System.Console.WriteLine("Hella World");
//The addition of Line will cause a line break after the output.
***************************************************************

No comments:

Post a Comment