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

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

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

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

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

            tests.TestIsPrimeNumber();
        }