登录

.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= ( )。

查看答案:0.2积分