- 6
@Simon Sauter, I am currently looking on a different source and will eventually get onto this course, however I would appreci
5 Réponses
+ 4
Jay Matthews sir,
These are spams randomly quoted from the following threads
https://www.sololearn.com/Discuss/2893147/?ref=app
https://www.sololearn.com/Discuss/2894148/?ref=app
+ 3
Ipang Jay Matthews
Reminds me of another user who demonstrated similar behavior. Maybe the same person using 2 accounts? 🤔
Has the user responded to explanations?
+ 2
Lisa,
I was also thinking the same thing ...
+ 2
Lisa
Your thinking is right. I have warned him many time now this profile is doing the same thing
- 2
Operators in C#
Hi, I'm currently unsure of the following operators in C#:
&
|
^
>>
<<
What exactly are these? What do they do when they interact with numbers, booleans, and strings (or char)?
For example, why does this input 1:
int x=5;
x &=3;
Console.WriteLine(x);
And of course what about the other operators?
Thank you in advance!