Abc.NCrafts.Quizz.Performance.Questions._027.Answer1.IsValid3 C# (CSharp) Method

IsValid3() private static method

private static IsValid3 ( int n ) : bool
n int
return bool
        private static bool IsValid3(int n)
        {
            Thread.Sleep(1);
            return n % 3 == 0;
        }
    }