Bash arrays can hold multiple values and are indexed starting at zero. Here’s how to declare and access them.
${my_array[@]}
${#my_array[@]}