单项选择题

阅读下列代码 public class Test{ public static void main(String args[]){ System.out.println(89>>1); } } 其运行结果是【 】

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