Variable Manipulation
Learn how to manipulate a variable using different operators.
We'll cover the following
Varying variables
If a variable has been assigned a numerical value, it can be modified using different operators. For example, say we’re making a game that keeps track of the number of points we’ve scored in a variable called score
. First of all, we’d initialize the score
to zero.
Get hands-on with 1400+ tech skills courses.