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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly