EvenOdd Program In Java

Published: 26 June 2017
on channel: Pk Programmer
92
8

class EvenOdd
{
public static void main(String args[])
{
int n=11;
if(n%2==0)
{
System.out.println("This no is EVEN");
}
else
{
System.out.println("This no is odd");
}
}
}


On this page of the site you can watch the video online EvenOdd Program In Java with a duration of hours minute second in good quality, which was uploaded by the user Pk Programmer 26 June 2017, share the link with friends and acquaintances, this video has already been watched 92 times on youtube and it was liked by 8 viewers. Enjoy your viewing!