Guest User

Untitled

a guest
Feb 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?
  2. for($d=1;$d<=160;$d++)
  3. {
  4. if(($d%2)==0){
  5. $e=round(sqrt($d),3);
  6. if(($e%2)==0){
  7. if(strpos(".",$e)){
  8. echo "$e\n";}
  9. }
  10. }
  11. }
  12. ?>
Add Comment
Please, Sign In to add comment