登录

public static void main(String[] args) { int x=1, y=1; while(x++< 5) y+=x*x; System.out.println("y="+y); } 程序运行的结果是y=( )。

查看答案:0.2积分