About Array: What is array?
Feb 9 · 2 min read · An array is simply: A list of item sorted together in order: Think of it like s row of boxes , where: Each box hold one value. Each box has a number(position/index). you can quickly pick any box if you know its number. Everyday example: imagine a fru...
Join discussion