ANSWER:
An array is adata structure that contains a group of elements. Typically theseelements are all of the same data type, such as an integer or string. Arrays are commonly used in computerprograms to organize data so that a related set of values can be easily sorted
or searched.
According to the definition the correct answer is<ELEMENTS>. Neither statements nor instructions or loops don’t match.
Statements are a symbolic representation of some instructions or commands.
Instructions is a set of logical designations what and when to do. Loop is a set
of actions that repeats according to the conditions.
Comments
Leave a comment