PHP
PHP copied to clipboard
Two new files added CheckEven.php and CheckOdd.php
Two new files added CheckEven.php and CheckOdd.php.for checking the given integer is odd or even ,In CheckEven.php if the number is Even isEven function return true otherwise false. In CheckOdd.php if the number is Odd isOdd function return true otherwise false.