The format for representing multiple arrays of the same type can be represented as:
ArrayType ArrayName ArrayNo , The next Array.
An example of this is:
int A [100], X[24];
ONE SOLUTION