Substituting Values : Console Output : Development C# Examples


C# Examples » Development » Console Output »

 

Substituting Values









    
using  System;

class  MainClass
{
      static  void  Main()
      {
            Console.WriteLine("  {0}  and  {1}.",  3,  6);
      }
}
    
   
  
   



Output

3 and 6.


HTML code for linking to this page:

Follow Navioo On Twitter

C# Examples

 Navioo Development
» Console Output