Arrays – Storing Data in Blocks of Memory
So far, we’ve been working with single variables:
int age = 20;
int score = 85;
That works fine when you only need one value.
But what if you need to store:
5 test scores?
10 student IDs?
100 numb
blog.ehoneahobed.com4 min read