When defining an array, you need to first specify some characteristics of the array.
These include:
An example of this is:
int C [10];
ONE SOLUTION