Nice! We can use toArray() to convert an ArrayList into a regular array.
toArray()
Psst: again, Arrays.toString() converts an array into a printable string.
Arrays.toString()
Wait, isn't that where we put a number for the capacity of an array?