C# Quick Question 1
/OK. I'm going to post a few C# Quick Questions. They're things that have come up as I'm writing the book. Today's question:
Can I make some C# that compiles and contains these two statements? What type are d and x?
d = null;
d += x;