填空题

下列程序的功能是在屏幕上输出26个小写字母,请补充完整。   public class Testoo {    public static void main(String args[ ])    { char C=’’a’’;     for(int i=i<=26;i + +)     System.out.println(【 】);   }   }

【参考答案】

c++