Ejemplo n.º 1
0
Archivo: Q5.cs Proyecto: Aruny4177/DT-1
    static void Main(String[] args)
    {
        Interchange I1 = new Interchange();

        I1.swap();
        I1.Display();
        Console.ReadLine();
    }