1樓:匿名使用者
public class diamond
system.out.println();
}for(int i = 4; i >= 1; i--)system.out.println();}}}
利用java 編寫程式,輸出以下圖案: * *** ***** *******
2樓:道旁過者
string s = "*";
版int k = 5;
權for (int q = 0; q < k; q++)for (int j = 0; j < 2*q+1; j++)for (int h = 0; h < k-q; h++)system.out.println();}
怎麼用java編寫如下程式在螢幕上輸出如下圖形 * *** ***** ******* ***** *** * 迴圈語句做(if語句)
3樓:聖天使no葉子
這個圖形對吧?
****
*****
*******
*****
****
你確定不是 for/while/do-while loop?if 不是迴圈語句吧
用for loop做的:
public class nestedloopfor (int d=0; d-1; i--)for (int d=0; d
給點分唄?我時差黨,大半夜12點多跟這給你做題~ ^ ^
4樓:匿名使用者
//這個程式你想要幾行就輸出幾行你看看行不//編譯下可以直接執行
import java.io.*;
class test1
catch(exception e)
for(int i=0;i0;i2--)
for(int i1=0;i10;i--)system.out.println();
flag++;}}}
5樓:匿名使用者
這個應該用for迴圈來做吧!!
public class c
for(j=1;j<=2*i-1;j++)system.out.println();
}for(i=1;i<=3;i++)
for(j=1;j<=7-2*i;j++)system.out.println();} }}出來的結果是:
****
*****
*******
*****
****
6樓:匿名使用者
boolean flag=false;
for(int i=1;i>0;)
for(int k=0;k
system.out.println();
if(flag)else}
對於以下函式編寫程式,要求輸入x的值,輸出y的值。用swit
if age 18 age 25 cout 你的年齡適合這個項工作 n if a 0 b 0 c a b 是並且的意思。include main if z 3 printf error n else printf y d n y public int switchtest int x else if...
編寫程式輸出下列圖形A ABA ABCBA ABCDCBA ABCDEDCBA希望有詳細的解釋謝謝(用vf
a abcde for i 1 to 5 b for j i 1 to 1 step 1 反著bai取字母 dub b substr a,j,1 endfor substr a,1,i b endfor 這個自己研究zhi 吧,dao也不好說 版清 權 clear for i 1 to 5 spac...
在java中用for迴圈編寫程式計算1 100之間的奇數之和
class test system.out.println 總和為 count public static void main string args system.out.println sum 對樓上兩位不專業的人士表示崇拜,都說是奇數了你還要判斷,傻啊!一樓的我都不想說你,public cla...