单选题

如何正确定义一个长度为5的整型数组(    )

A

int array = new int[5];

B

array int[5];

C

int[] array = {1,2,3,4,5};

D

int array[5];

赣ICP备20007335号-2