Adder 1

Write a program Adder1.java that has a main() method that has the user enter two int values. The program should then send those two values to a add() method which prints out the sum of those two values.