Respuesta :

Answer: The answer is array

Explanation: An array can hold onto many values at the same time.

An Array is Non-Primitive data types that has the ability to store a range of values of either similar or dissimilar datatypes.

In Programming, an array is defined as a collection of items that are stored at contiguous memory locations. It is a container which can hold a fixed number of items, and these items should be of the same type. An array is popular in most programming languages like C/C++, JavaScript, etc.

Arrays have methods that we can use to perform operations on them

Examples

  • Traverse
  • Insertion
  • Deletion
  • Search
  • Update

From the conceptual definition above, an Array is the right Choice

For more information about array kindly visit

https://brainly.com/question/20209479