import java.lang.*;
class Sum
{
public Static voidmain(String args[]);
{ int x,y;
x=10;
y=20;
int z=x+y;
System.out.println("The sum of two numbers is "+z);
}
}
import java.lang.*;
class Sum
{
public Static voidmain(String args[]);
{ int x,y;
x=10;
y=20;
int z=x+y;
System.out.println("The sum of two numbers is "+z);
}
}
Posted by
ramesh
at
9:45 AM
2 comments:
hi gud code yaar keep it up
good post yar .ok....
mahesh
Post a Comment