private static void MaxPrices() { var obj = new CareerCupQnA(); Console.WriteLine(obj.MaxStockPrice(new int[] { 25, 30, 48, 15, 25, 45, 10, 25 })); }