Multiple Choice
+= is the C# ____ operator; it adds the operand on the right to the operand on the left and assigns it to the operand on the left in one step.
A) prefix increment
B) postfix increment
C) add and assign
D) increment and assign
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: In arithmetic operations with operands of dissimilar
Q5: As an alternative to the Convert class
Q5: What is a variable declaration, what is
Q6: You can use the _ method to
Q7: A prefix or postfix _ operator reduces
Q8: How is a named constant different from
Q9: someValue++ is an example of the use
Q12: A program that accepts console input from
Q13: A(n) _ arithmetic operator has one argument
Q29: The equal sign (=) is the C#