Is this PHP challenge question is logical?
as I think challenges exist to develop users to be more fast and effective in analyzing and to make them able to seek for new ideas and commands . but some PHP questions are really ugly and meaning less I will list one of these ugly question:- which of these answers is not possible to be output of this program:- <?php $x =""; for ($i=0;$i<=5;$i++) $x=$x.rand(10,11); echo $x; ?> ( ) 101110101110 ( ) 1111101110111 ( ) 101011111010 ( ) 0100100101 The answer is very simple and you have to start counting 2 digit from each that long 12 digits to find "01" or "00" which make that number not possible to be answer . but come on guys is that possible to do that within that 30 sec ? is there anyone else agree with me to delete this question and make PHP questions more logical for programmer not for digit counter ??!