Array Structure Proposal
Introduction
If one has ample related information that needs to be accessed it is best if it's combined into one single group. A programmer can construct a program that can resolve this issue. For instance a equipment manager that needs to maintain an accurate account of how many footballs, jerseys or flags that are on hand for distribution. What can be created is a program that list all the equipment and has the total number of each item in supply. The program will need to hold large amounts of data which can be sorted or unsorted using arrays.