public static void main(String [] args) { int[] Array = {100, 200, 99, 77, 10}; int a = 5; System.out.println("Numbers are: "); for (int i