Write a program to search the elements of an array ‘dist’ to pick all the elements that are divisible by 5.
Write a program to search the elements of an array ‘dist’ to pick all the elements that are divisible by 5. Print out those elements 5 per line with space between each two numbers into the terminal. The elements of the array are 2-byte long.
joyce
0






