int size = 11; int size1 = 12; int total = 0; total = size + size1; system.out.println("the answer is " + total;