通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
阅读下列代码:
public class Test{ public static void main(String args[]){ System.out.println(89>>1); } }
其运行结果是( )。