Write a C
program which performs the multiplication of a single -dimensional array by a given value
alpha (an integer) and returns the average value of the resulting array. The array's size and
its integer elements as well as alpha are provided by a user via the keyboard. The initial
array. the...