Storing, “Remembering”, Changing,and Accessing Data
Imagine a programming language that was just made up entirely of “sentences” like “Print this” or “Display that”
The program would have to do exactly the same thing every time
CONCEPT: Being able to store, “remember”, change, and access data allows us to write programs that do the same thing but with different data each time.