Q & A by Maninder Singh

Question:

QUESTION: What is the purpose of arrays in programming?

Answer:

Arrays are like data structures used to store multiple values of the same type in a single variable. They provide a way to organize and access collections of data.