Which of these statements displays the length of an array?
array.length
array.size
To display an array length we need to use array.length.