public static void Main()
Console.Write("Enter your desire number of elements: ");
input = Convert.ToInt32(Console.ReadLine());
int[] arr = new int[input];
for(int i = 0 ; i <= input-1; i++){
Console.Write("Enter the value of index " + i + ": ");
elem = Convert.ToInt32(Console.ReadLine());
for(int j = 0; j <= arr.Length - 1; j++){
for(int h = 0; h <= arr.Length - 1; h++){
Console.WriteLine(highest + " is the highest number");
Console.WriteLine(lowest + " is the lowest number");