Answer the question
In order to leave comments, you need to log in
How would you implement such a validation algorithm?
For example, there is the following code:
if ( (a >= 10) && (b <= 15) ) {print();}
if ( (a >= 30) && (b <= 35) ) {print();}
if ( (a <= 10) && (b >= 15) ) {print();}
if ( (a <= 30) && (b >= 35) ) {print();}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question