using System;
public class Program
{
public static void Main()
int[] arr=new int[5]{8,4,5,1,0};
Random r=new Random();
int num=r.Next(1,11);
}