For this question, assume we have an array called arr. Which of the following expressions do we use to find the number of elements in arr?

arr.length
  • arr.length()
  • arr.size()
  • arr.size

There are no hints for this question