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

IsValid1() private static method

private static IsValid1 ( int n ) : bool
n int
return bool
        private static bool IsValid1(int n)
        {
            return n < 100;
        }