Easiest Java code for the addition of two integer values
public class Main( ){
public static void main(String[] args)
{
int x=40;
int y=50;
System.out.println(x + y);
}
}
public class Main( ){
public static void main(String[] args)
{
int x=40;
int y=50;
System.out.println(x + y);
}
}
I love learning and I love people and you’re a person and you’re here to learn. Hopefully, you can see where I’m going with this.
0 Comments
Have any query? Want any type of module?
Please comment it down and let me know.