Printing one line of text with multiple statements. : Console : Development Class C# Source Code


Custom Search

C# Source Code » Development Class » Console »

 

Printing one line of text with multiple statements.








    


using System;

public class Welcome2 {
    public static void Main(string[] args) {
        Console.Write("Welcome to ");
        Console.WriteLine("C# Programming!");
    }
}

           
       
    
   
  
   







HTML code for linking to this page:

Follow Navioo On Twitter

C# Source Code

 Navioo Development Class
» Console