1.写出以下程序的运行结果。public class TestArray public static void mainString args int i j ;int a = 13254;for i = 0 ; i alength-1; i ++ int k = i;for j = i ; j alength ; j++ if ajak k = j;int temp =ai;
程序的运行结果为:5 4 3 2 1
原文地址: https://www.cveoy.top/t/topic/hF0x 著作权归作者所有。请勿转载和采集!