Monday, 31 July 2017
Write a Java program to accept a number and check the number is even or not. Prints 1 if the number is even or 0 if the number is odd.
What's Related?

Write a Java program to print the ascii value of a given character.

Write a Java program to list the available character sets in charset objects.

Write a Java program to create and display unique three-digit number using 1, 2, 3, 4. Also count how many three-digit numbers are there.
