Which of the following statements about operations on arrays is correctint ages; ages = new int12;Bint ages; ages = new int12int ages; ages = 1 2 3;int ages; ages = new int12;
B. int ages[]; ages[] = new int[12]:
原文地址: http://www.cveoy.top/t/topic/g1GK 著作权归作者所有。请勿转载和采集!