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 resulting one and the average value have to be printed out on the screen.
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 resulting one and the average value have to be printed out on the screen.