Vhich of the following statements about operations on arrays is correctAint ages; ages = new int127;Bint ages; ages = new int12;Cint ages; ages = 1 2 3;Dint ages; agesl7 = new intl12
A) int ages[]; ages = new int[127];
原文地址: https://www.cveoy.top/t/topic/g6dw 著作权归作者所有。请勿转载和采集!