Computer programming

Write a full Java program that does the following:

Read two integer inputs entered by the user and store them in compatible variables.
Print the sum of the two numbers.

Sample Solution