package p; //7, 17, 7, 22 public class A { void m() { int x = 9; int y = 10; int temp= x + y; int j = temp + temp; } }