TheAlgorithms / PHP

All Algorithms implemented in PHP
MIT License
2.14k stars 467 forks source link

Add Odd and Even Check Functions #165

Closed vishalvnair124 closed 1 month ago

vishalvnair124 commented 2 months ago

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.