jessierue8665 jessierue8665 10-03-2020 Computers and Technology contestada What does the following code do? Assume list is an array of int values, temp is some previously initialized int value, and c is an int initialized to 0. for (j=0; j < list.length; j++) if (list[j] < temp) c++;