C# quiz
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);
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);