why does this work? shouldn't i<11 since there are 11 values in the array and its from 0-10? when I do i<11 it sometimes gives me an issue depending if I am doing ascending or descending it would give me the address of the last number not the actual value...can anybody explain this to me please?