Multiple Choice
What type of operator can be used to reduce a variable's value by 1 either at time of evaluation, or after it is evaluated, depending on placement?
A) increment operator
B) sub and assign operator
C) add and assign operator
D) decrement operator
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: What keyword can be used to create
Q8: How is a named constant different from
Q9: someValue++ is an example of the use
Q10: Explain how to use the C# shortcut
Q11: What are the three floating-point data types
Q13: How is a Boolean variable declared in
Q14: What method can be used as an
Q15: What is the term for a named
Q16: In the C# statement moneyString = someMoney.ToString("F3"),
Q17: What type of program specifically allows and