Hello.
Do you know about arrays in java?
If I have an array say 'a' of ten integers. Then these elements are accessible as a[0], a[1], ... , a[9].
In general if an array has n elements...