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

IsValid2() private static method

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