public static void Main()
Console.Write("Nhập vào số phần tử mảng: ");
int spt = Convert.ToInt32(Console.ReadLine());
int[] arr = new int[spt];
Console.Write("Phần tử thứ {0}: ",i+1);
arr[i] = Convert.ToInt32(Console.ReadLine());
int result = ViTriAmDauTien(arr);
Console.WriteLine("Không tìm thấy giá trị âm");
Console.WriteLine("Vị trí phần tử âm đầu tiên là:"+ result);
static public int ViTriAmDauTien(int[] arr2)
for(int i=0; i<arr2.Length; i++)