| Menu × × Correct! Exercise:Using Bubble Sort on this array: [7,14,11,8,9]To sort the values from left to right in an increasing (ascending) order. How does the array look like after the FIRST run through? 
[@(2),@(2),@(2),@(2),@(2)]
 
[ 7,11, 8, 9,14]
 
[7,11,8,9,14]
 Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 43 exercises.
Are you sure you want to continue?