Based on the insertion sort code traced in the demo. Given an array
{15, 2, 46, 3, 10, 9}
What is the state of the array when
i = 3
and the call to insertInOrder is complete?
There are no hints for this question