public static void Main()
Console.WriteLine("Nhập số phần tử trong mảng:");
int n = int.Parse(Console.ReadLine());
Console.WriteLine(String.Format("Nhập phần tử thứ {0}:",i));
int number = int.Parse(Console.ReadLine());
Console.WriteLine(String.Format("Số lớn nhất trong mảng đã nhập : {0}",max));