Fast small quiz for sunny afternoon :
What is writing at the console those lines : ( please do not use a compiler) :
decimal? v = 100;
Console.WriteLine(v);
decimal? x = null;
x += v.Value;
Console.WriteLine(x);
Leave a Reply