fork download
  1. <?php
  2.  
  3. // your code goes here
  4. $n = 6;
  5.  
  6. $m=round($n / 2);
  7. if($n%2 !=1){
  8. echo "This code is not for even and negative numnber";
  9. }
  10. else{
  11. echo "code run";
  12. }
Success #stdin #stdout 0.03s 25448KB
stdin
Standard input is empty
stdout
This code is not for even and negative numnber