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