若int a=6,则执行完下列语句后,a的值为(   ).
if (a>10)
  a-=5;
  a+=5;
A、1
B、6
C、10
D、11