I'm learning C++, and by that I mean I've not made to page 20. However, I think I may have found a typo in the source material*, which naturally confuses and complicates the situation.
Without embarrassing the author further, I'll just say they write:
An array is a variable that can store multiple items of data - unlike a regular array, which can store one piece of data.
I know what an array and variable is. That's not my question. In the interest of clarification and learning, can I confirm that should read:
... - unlike a regular variable, which can store one piece of data.
Which makes sense to me.
*pun intended