Assignment Statements Flashcards
1
Q
An … stores a value of the result of an expression in the variable
A
assignment statement
2
Q
A … is a shorthand method of specifying commonly needed form of assignment
A
compound assignment operator
3
Q
are operators that precede the operands
A
Prefix operators
4
Q
are operators that follow the operands
A
Postfix operators
5
Q
An assignment that consists of different data types is called a
A
mixed-mode assignment