public class Sum { public static void main(String[] args) { add(19, 21); } public static int add(int number1, int number2) { int sum = number1 + num