Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
IntNull
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { int? d = null; d = d - 1; if (d == null) { Console.WriteLine("null"); } else { Console.WriteLine(d); } } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
v v
Linq
Code1
Hello
Math 10.8 added quad seq
multi variable random number generator
2
Generics Base class constraints Doubts
WallPascal
Min Max Sum Avg
Please log in to post a comment.