[单选题]public static void main(String[] args) { int x, y=0; for(x=1; x<5; x++) y+=x*x; System.out.println(y=+y);}
北开题库
|
2023-10-01 08:01:47
|
15
[单选题]public static void main(String[] args) { int x, y=0; for(x=1; x<5; x++) y+=x*x; System.out.println(y=+y);}

A.y=30
B.y=20
查看答案

国家开放大学

形成性考核

您可能感兴趣的试题
TOP