Hello-
I am attempting to load a multidimensional array with employee info. My code seems to work until it finishes. When I then display the array, all entries contain the last employee I loaded. Below is the code I am using to load my array.

I have this code in a loop so x gets incremented with each iteration. I display it after each iteration and it shows correctly. When the loop finishes and I again display the array, it has the same employee (the last one) in all 3 entries.