Abc.NCrafts.Quizz.Performance.Questions._027.Answer2.IsValid1 C# (CSharp) Méthode

IsValid1() private static méthode

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