Esempio n. 1
0
 static void Main(string[] args)
 {
     DVDPlayer x = new DVDPlayer();
     string[] a = { "a", "x", "a", "y", "a", "z", "a" };
     Console.WriteLine(x.findMovies(a));
     Console.ReadLine();
 }
Esempio n. 2
0
        static void Main(string[] args)
        {
            DVDPlayer x = new DVDPlayer();

            string[] a = { "a", "x", "a", "y", "a", "z", "a" };
            Console.WriteLine(x.findMovies(a));
            Console.ReadLine();
        }