예제 #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();
        }
예제 #3
0
        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();
        }