Home Arrays

Arrays should be homogeneous

You should use arrays to store a related sequence of data which has all the same type. Do not try and use arrays has a hack to store multiple pieces of unrelated data. You should use loops to process arrays whenever possible.