class Pro6
{
public static void main(String arg[])
{
int a,b;
a=Integer.parseInt(arg[0]);
b=Integer.parseInt(arg[0]);
if(a>b)
{
System.out.print("a is greater than b");
}
else
{
System.out.print("b is greater than a");
}
}
}
Tuesday, 4 June 2013
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment