// 10, 37 -> 10, 43 package p; class A { void foob() { int c= 3 * (2 + 1) + 2 + 2 * 4 + 28; int e= (2 + 2) * (27 + 2 * (2+2* 4+1*2)); } }