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.
Adder1.java
main()
int
add()