October 16, 2015 by kiran thakur in Java
This java program we find that a number is even or odd. If the number is divisible by ‘2’ then it will be ‘Even’, otherwise it is ‘Odd’. Step 1: Lets open a notepad and write the following code. //Code… Continue Reading →