class Test { public void method() { for(int i = 0; i < 100; i++) sum += i * 2; } }