Ch. 3.6: Multiple Assignment and Combined Assignment Flashcards
1
Q
What is a multiple assignment?
A
Mutliple assignment means to assign the same value to several variables with one statement.
2
Q
What is a combined assignment operator also known as compound operators and arithmetic assignment operators?
A
Combined assignment operators do not require the programmer to type the variable name twice.