Variable index : Console Output : Development C# Examples


C# Examples » Development » Console Output »

 

Variable index









    
using  System;
using  System.Collections.Generic;
using  System.Globalization;
using  System.IO;
using  System.Text;

public  class  MainClass
{
        public  static  void  Main()
        {
                        string  name  =  "Hello";
                        Console.WriteLine(String.Format("{0}  there.  I  said  {0}!  {0}???",  name));
        }

}
    
   
  
   



Output

Hello there. I said Hello! Hello???


HTML code for linking to this page:

Follow Navioo On Twitter

C# Examples

 Navioo Development
» Console Output