// 9, 19 -> 9, 24
package p;

class A {
	void foob() {
		
		int e= (2 + 2) * 3 * 1;
		
		int f= 5 *3*  1 *(1 + 1);
	}
}