***************class Dest{ public static void main(String[] args){ int z=6; for(int x=1; x<6; x++){ for (int y=1;y <z; y++){ System.out.print("*"); } System.out.println(); z--; } }}求教这个计算机运行的流程,
添加回答
举报
0/150
提交
取消