package p;//9, 20 - 9, 23 class A { void f() { String x; if (true) { String temp= "i"; try{ x= temp; } catch (Exception e){ x= temp; } } } }