Arrays, an in depth explanation
So, what are Arrays?
Arrays are lists of variables that can hold certain data in them. These when declared reserve a certain amount of space in the RAM so you can store the data in them.
Why are Arrays useful?
Let’s say that you want the user to input 10 different names or integers or whatever. For sure [...]