单项选择题
执行下面的程序后,变量a的值是()。
A.10 B.1 C.5 D.0
A.if(a==b) x++; B.if(a=<b) x++; C.if(a<>b) x++; D.if(a=>b) x++;
A.65 B.20 C.15 D.10