Respuesta :
Arrays are described as immutable because they are arranged sequentially.
What are arrays?
Arrays is the collection of similar data items stored at different memory locations. It is the type of the simplest data structure where each data element can be accessed directly by only using its index number.
Thus, Arrays are described as immutable because they are arranged sequentially.
Learn more about arrays.
https://brainly.com/question/19570024
#SPJ2