Question 1 This program should declare a large array of integers and should read elements into the array from the keyboard, ending when zero is typed in. The program should then print out (i) all elements of the array that are divisible by 5 (ii) all elements of the array that have exactly two digits and (iii) all elements of the array that end in 7.