以下循环执行()次 public class Test{ &nbs...
发布于 2022-03-03 17:36:47
以下循环执行()次
public class Test{
public static void main(String[] args){
int x=-10,k=0
while(++x<0){
k++
}
System.out.println(k)
}
}
public static void main(String[] args){
int x=-10,k=0
while(++x<0){
k++
}
System.out.println(k)
}
}
登录后免费查看答案
关注者
0
被浏览
20