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.

12th Nov 2022, 7:13 PM
Vyce
Vyce - avatar
1 Answer
+ 3
Vyce , Try x /=3;
12th Nov 2022, 7:46 PM
SoloProg
SoloProg - avatar