Mark As Completed Discussion

Are you sure you're getting this? Fill in the missing part by typing it in.

Arrays provide a way to store and manipulate a ___ sequence of elements of the same type. In Java, arrays are ___ by default, meaning their size is ___. Each element in an array is identified by its ___. Arrays in Java are zero-indexed, meaning the ___ element in the array has an index of ___.

Write the missing line below.