nandhini-1402 / EVEN-OR-ODD-JAVA

Given an integer input num, the objective is to write a code to Check Whether a Number is Even or Odd in Java Language. To do so we check if the number is divisible by 2 or not, it’s Even if it’s divisible otherwise Odd.
13Updated 6 months ago

Related projects

Alternatives and complementary repositories for EVEN-OR-ODD-JAVA