We have to find given number in numbers sequences. This exercise will practice our selection ability.
Try to find as fast as you can the biggest number in this line.
214 521 251 522 571 140 356 513 230
What number in this line is repeating the most?
721 012 951 353 312 842 901 742 109
You can choose many criteria of searching... the biggest/smallest number, what digit wasn't In this Line (Or maybe All of them where?) etc..
This is-> GENERATOR - require javascript (implictly turned on In Web browser)