This pull request adds two new PHP files, CheckOdd.php and CheckEven.php, in the Maths directory. Each file contains functions to determine if a number is odd or even, respectively. Additionally, I have included unit tests for both functions to ensure their correctness.
This pull request adds two new PHP files,
CheckOdd.php
andCheckEven.php
, in the Maths directory. Each file contains functions to determine if a number is odd or even, respectively. Additionally, I have included unit tests for both functions to ensure their correctness.