问答题

输出5次“你好”,指出如下程序实现中的错误:
for(int i=1;i<5;i++)
      {
          System.out.println("你好");
      }

【参考答案】

(1)
=
热门 试题