THEORY-01 - Why arrays?

Why do we need Arrays?

--We need arrays so that

  1. we can point to multiple values using one variable
  2. we can iterate through all the values using a loop


Complete and Continue  
Discussion

3 comments