public static void main()
 {
     NullAbleValueType n = new NullAbleValueType();
     n.testNullAble();
     ConversionsAndCasting();
     Operators();
     NullCoalescingOperator();
     n.testPackNullAble();
     n.testUnPackNullAble();
     n.testNullAbleGetType();
     n.testNullAbleInterface();
 }
        public static void main()
        {
            NullAbleValueType n = new NullAbleValueType();

            n.testNullAble();
            ConversionsAndCasting();
            Operators();
            NullCoalescingOperator();
            n.testPackNullAble();
            n.testUnPackNullAble();
            n.testNullAbleGetType();
            n.testNullAbleInterface();
        }