HAY THANK FOR VISIT
The program of java(blue j) for addition while asking the numbers from user
class name-add
here is the program-
class add
{
void main(int a,int b)
{
int s=0;
s=a+b;
System.out.println(s)
}
}
this is the program
is you want to change the class name you can give any name to class which you want to give
The program of java(blue j) for addition while asking the numbers from user
class name-add
here is the program-
class add
{
void main(int a,int b)
{
int s=0;
s=a+b;
System.out.println(s)
}
}
this is the program
is you want to change the class name you can give any name to class which you want to give
No comments:
Post a Comment
HAY THAKYOU FOE VISIT