Consider the following correct implementation of the selection sort algorithm:
Given an ArrayList initialized with the values [14, 12, 1, 6, 3, 10]
, how many times does Line 12 execute when the ArrayList is sorted using the selection sort algorithm?