单项选择题

执行下列程序,输出的结果为( )。
public class Test
public static void main (String[] args)
int a=10;
for (int i=1;i<5;i++) a+=10;
System. out. println (

A.;