Write statements that carry out the next one-dimensional-array operations:
a) Set the three components of integer array counts to zero.
b) Add 1 to every of the 4 components of integer array bonus.
c) Show the 5 values of integer array bestScores in column format.
Please use C# language and submit as a zipper file.