单项选择题

下面是一个Java的应用程序,其输出结果是( )。   public class Testll{    public static void main (String args[ ])    { char c=''i'';     for(int n;6;n<11;m + +)     { if(n = =8)continue;      System.out.print(c + +);      }     }   }

A.Hello,World!
B.Hello,
C.World!
D.该程序段有语法错误