Multiple choice Which of the following is NOT a valid assignment operator in C#? = += *= %= /= 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 (/).