<?php for($a=1;$a<=3;$a++) { for($b=1;$b<=3;$b++) { if($c==$b) { echo $c; } else { echo "0"; } } $c; echo "<br>"; } ?>
Standard input is empty
000<br>000<br>000<br>
PHP Notice: Undefined variable: c in /home/uRkJ2i/prog.php on line 4 PHP Notice: Undefined variable: c in /home/uRkJ2i/prog.php on line 4 PHP Notice: Undefined variable: c in /home/uRkJ2i/prog.php on line 4 PHP Notice: Undefined variable: c in /home/uRkJ2i/prog.php on line 4 PHP Notice: Undefined variable: c in /home/uRkJ2i/prog.php on line 4 PHP Notice: Undefined variable: c in /home/uRkJ2i/prog.php on line 4 PHP Notice: Undefined variable: c in /home/uRkJ2i/prog.php on line 4 PHP Notice: Undefined variable: c in /home/uRkJ2i/prog.php on line 4 PHP Notice: Undefined variable: c in /home/uRkJ2i/prog.php on line 4