<?php for($i=2;$i<=12;$i++){echo " ";if($i%2!=0 && $i>=3){echo "e";for($j=$i;$j<=$i+4;$j++){if($i==5){ echo " ";}else{echo "*";} }echo "<br>";} }
Standard input is empty
e*****<br> e <br> e*****<br> e*****<br> e*****<br>
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!