1.  >>  国开 / 面向对象程序设计
 国开 / 面向对象程序设计

public static void main(String[] args) {

int x, y=0;

for(x=1; x<5; x++) y+=x*x;

System.out.println("y="+y);

}
y=30
y=20
 参考答案:
 佳题速递: