Q:
Write a program that has a variable that stores a set of numbers in an array and prints them using a loop. Initialize an integer array with 10 elements containing the values {10, 20, 30, 40, 50, 60, 70, 80, 90, 100}. It should then iterate over the...