? ?? ?*? *********第一*在右邊
1 回答
ybbzbb
TA貢獻16條經驗 獲得超10個贊
for(int?i=9;?i>0?;?i--?){
????????????for(int?j=0?;?j<10;?j++?){
????????????????if(i-j?>?0){
????????????????????System.out.print("?");
????????????????}else{
????????????????????System.out.print("*");
????????????????}
????????????}
????????????System.out.println();
??}添加回答
舉報
0/150
提交
取消
