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(); }