登录

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

查看答案:0.2积分