import java.util.Scanner;
class addInteger{
public static void main( String [ ] args )
{
Scanner in =new Scanner ( System.in );
System.out.println("Enter first number:");
int a=in.nextInt();
System.out.println("Second number:");
int b=in.nextInt();
int c=a+b;
System.out.println("The sum is :" + c);
}
}
Congratulation for the great post. Those who come to read your Information will find lots of helpful and informative tips. Trending Streetwear
ReplyDelete