write a program


Write a Program of Changing String Order - C# Language

 using System; 

 class Prog3_2 

{    

  public static void Main(String [] args) 

  { 

   Console.Write(args[2] + args[0] + args[1]); 

  } 

}

Request for Solution File

Ask an Expert for Answer!!
DOT NET Programming: write a program
Reference No:- TGS0203814

Expected delivery within 24 Hours