class Pro7
{
public static void main(String arg[])
{
int a;
a=Integer.parseInt(arg[0]);
if(a%2==0)
{
System.out.println("No is even");
}
else
{
System.out.println("no is odd");
}
}
}
Tuesday, 4 June 2013
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment