Which of the following is one of the most important data structures which contains a collection of values or variables?(1 point)

Responses

integer
integer

boolean
boolean

array
array

compiler

1 answer

The correct response is array. An array is a data structure that contains a collection of values or variables, typically of the same type.