首页 试题广场 > 试题详情
单选题

下列程序的运行结果是()。
public class School {
public static int x = 10;
public static void print(){
x++;
System.out.println(x);
}
public static void main(String[] args) {
School s = new School();
s.print();
}
}

  • A.编译错误
  • B.10
  • C.11
  • D.x
提交并查看答案
下一题 上一题
Ke星伙伴们的回答/ 33个回答
关闭
关闭
QQ
交流群
邀请
好友
App
下载
意见
反馈
返回
顶部