Assignments Flashcards
1
Q
x = y
A
Sets x to the value of y
2
Q
x + = y
A
Same as x = x + y
3
Q
x - = y
A
Same as x = x - y
4
Q
x * = y
A
Same as x = x * y
5
Q
x / = y
A
Same as x = x / y
6
Q
x % = y
A
Same as x = x % y