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

Addition of NoBranching.c #14

Open AC17dollars opened 2 years ago

AC17dollars commented 2 years ago

A method to display "Odd" or "Even" by chaining with logical && and || operator.