#https://www.facebook.com/mayankgbrc/post/2726954114288546 #subscribe by code house import java.util.*; public class addition { public static void main(String[] args) { //write your code here scanner digit=new scanner(system.in); int n,m,c; system.out.println("enter the two number"); n=digit.nextint(); m=digit.nextint(); c=m+n; system.out.println("the sum of the number is "+c); } }