“name” is an array.Which of the following are correct way to find size of a ruby array? Select all that apply.
name.length
name.size
size(name)
length(name)