// Write a program that creates an eight-element array of ints and sets the elements to the // first eight powers of 2 and then prints the values. Use a for loop to set the values, and, // for variety ...