单项选择题

下面程序段的输出结果是( )。
public class Test
public static void main (String[] args)
for ( int a=0;a<10;a++)
if (a==5) break;
System.out.println(

A.;
&n