Consider how the loop is working - write out what exactly is happening during the loop...remove element at index 0, 1, etc...what does the array look like after each removal? How else could you loop?...