The sublist with increment incSize starting
at index startPos is highlighted.
Sort the highlighted sublist.
[shellsortSortsubPRO.userInput]
if (!shellsortSortsubPRO.checkAnswer(arrSize,startPos,incSize) && !guess[0]) {
return ""; // User did not click, and correct answer is not
// initial array state
} else { return shellsortSortsubPRO.checkAnswer(arrSize,startPos,incSize); }
Rearrange the highlighted elements into ascending order.