id = s;
// Perform complex calculation based on i
int i; for (i = 0; i < 10; i++) { doCalc(i); System.out.println(id); }