\programVariables { int i; } \problem { \<{ l1:{ try{ i = 0; if (i==0) break l1; } catch (Exception e){} finally{ i=i+1; } } i=i+1; }\> i = 2 }