单项选择题

下列代码的运行结果是( )。
public class Test
public static void main(String args[])
System.out.println(89>>1);

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