Multiple choice

Which of the following is NOT a valid assignment operator in C#?

  1. =

  2. +=

  3. *=

  4. %=

  5. /=

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

= is not a valid operator in C#. The correct sign for division is the forward slash (/).