0
Problem
I have a problem on a quiz in C# introducing where i tried everything but it doesn't work. The question is: int x = 42; x ...= ...; I need to divide it by 3! And I still don't know what's the answer.
1 Answer
+ 3
Vyce , Try x /=3;
I have a problem on a quiz in C# introducing where i tried everything but it doesn't work. The question is: int x = 42; x ...= ...; I need to divide it by 3! And I still don't know what's the answer.