Java program to accept two numbers and add

Java program to accept two numbers and add

Output:

Enter numbers to print its sum
5
6
The sum of 5 and 6 is 11

Implementation: