Blog Post #19: From A to B: Understanding Assignment Operators (=, +=, -=)
Since we were introduced to variables in Post #8, we have been using the single equals sign (=) constantly. This is the assignment operator, and its primary job is to assign a value to a variable. But what happens when we want to modify a variable’s existing value, for example, by adding to it or … Read more