In large programs, we can have a great number of variables. It becomes difficult to remember what each variable stores, hence, when choosing a name for your variable, make sure it makes sense so that later on when you read the name again, you will know what the variable stores and why you declared it in the first place.
Let’s look at an example where we need to store data about a book: