<?php$n =11; if($n % 2 == 0){ echo "this is error message";}else{ for($i=1; $i<=$n; $i++){ for($k =1; $k<=$n+2; $k++){ echo "*"; if($i ==$n-2 && $k ==$n+2){ for($c=1; $c<=$n+2; $c++){ echo"e"; } } if($i == $n && $k ==$n+2){ for($b=1; $b<= $n+2; $b++){ echo"\n e"; } } } echo "\n"; }} ?>
Standard input is empty
************* ************* ************* ************* ************* ************* ************* ************* *************eeeeeeeeeeeee ************* ************* e e e e e e e e e e e e e
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!