package p; //6, 17, 6, 24 class A { public void m() { // foo is undeclared. int temp= foo + 5; int a = temp; } }