niyoj / even_odd_number

In this repo, we are trying to show how many ways are there to check whether a number is even or odd.
2 stars 7 forks source link
hacktoberfest hacktoberfest2021

Even Odd

Even odd is a project where we intend to find maximum possible way to check whether a number is even or odd. The main objectives of the program is;

How to contribute?

  1. Fork the project,
  2. Read the README.md file which consists what approach we have taken so far. Such that, your solution would be unique.
  3. You can code in any language, but be sure to keep your code in the respective directory for your programming language. If you don't find yours, you can create one.
  4. Code, and create a pull request.
  5. And yeah, don't forget to write what you have done in Our approaches section in README.md file, and mention yourself in Our contributors section.

Our contributors

Our approaches