示例#1
0
        static void Main(string[] args)
        {
            SystemTests tests = new SystemTests();

            tests.TestGetMaxFromArray();
            tests.TestGetMinFromArray();
        }
示例#2
0
        static void Main(string[] args)
        {
            SystemTests tests = new SystemTests();

            tests.TestSortByBubbles();
        }
        static void Main(string[] args)
        {
            SystemTests tests = new SystemTests();

            tests.TestGetSumOfDigits();
        }
示例#4
0
        static void Main(string[] args)
        {
            SystemTests tests = new SystemTests();

            tests.TestReverseNumber();
        }
示例#5
0
        static void Main(string[] args)
        {
            SystemTests tests = new SystemTests();

            tests.TestIsPrimeNumber();
        }