Which of these statements are true about arrays?
new
keywordFantastic! 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.