/ Published in: PHP
Expand |
Embed | Plain Text
function isEven($i){ return ($i % 2) == 0; }
You need to login to post a comment.
function isEven($i){ return ($i % 2) == 0; }
You need to login to post a comment.