C# quiz
Fast small quiz for sunny afternoon :
What is writing at the console those lines : ( please do not use a compiler) :
1 2 3 4 5 | 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) :
1 2 3 4 5 | decimal ? v = 100; Console.WriteLine(v); decimal ? x = null ; x += v.Value; Console.WriteLine(x); |