单项选择题

阅读下面代码
public class Test
 public static void main(String avgs[])
  System.out.println(89>>1);
 
其运行结果是

A.44
B.45
C.88
D.90