Computer Science, asked by BARANWAL1049, 1 year ago

What is an array and how is it used for?

Answers

Answered by rrohit2
0

array is a collection of variables of the same type.

Instead of declaring individual variables, such as number0, number1, ..., and number99, you declare one array variable

Similar questions