Which of these statements are true about arrays?

They can store several valuesThey can store values of different typesAs objects, they have methods to work with themThey have to be created using the new keyword

Fantastic! Arrays can store several values that can be different types. We don't have to use the new keyword to create them, though.

Yikes! Arrays can store several values that can be different types. We don't have to use the new keyword to create them, though.