Answer:
The folowing code counts the number of elements in list that are less than temp.
Step-by-step explanation:
Because an array is an object that stores many values of the same type. An array element is one value in array. An array index is an integer indicating a position in an array. Like strings, arrays use zero base indexing, that is array indexes start with 0(zero).