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

IsValid2() private static method

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