public class Two { public void workerMethod() { int int1 = 42; int int2 = 24; System.out.println(int1 + int2); } }