Locked lesson.
About this lesson
How to assign items to variables (and other things).
Exercise files
Download this lesson’s related exercise files.
Assignment Operators.docx60.1 KB Assignment Operators - Solution.docx
58.8 KB
Quick reference
Assignment Operators
Assignment operatros "assign" things to other things.
When to use
Use them for assinging values to variables and other things.
Instructions
There are several assignment operators. Here's a list:
= Default
+= Add and Assign
-= Subtract and Assign
*= Multiply and Assign
/= Divide and Assign
**= Exponent and Assign
%= Remainder and Assign
Hints & tips
- Assignment Operators assign things!
Lesson notes are only available for subscribers.