Question: Write loops that perform each of the following single-subscripted array operations:
a) Initialize the 10 elements of integer array counts to zeros.
b) Add 1 to each of the 15 elements of integer array bonus.
c) Read the 12 values of floating-point array monthly Temperatures from the keyboard.
d) Print the five values of integer array best Scores in column format.