Java program to add two numbers

 Java program to add two numbers

Output:

Enter two numbers to add them:
4
6

The Sum of 4 and 6 is 10

Implementation: