public class Tugas1 {
public static void main(String[] args)
{
int i=1, j;
do
{
j=1;
do
{
System.out.print(" * ");
j++;
}
while (j<=5);
System.out.println();
i++;
}
while (i<=4);
}
}
Hasil dari skrip di atas adalah:
2. PERULANGAN SEGITIGA
public class Tugas2
{
public static void main(String[] args)
{
int i=1, j;
while(i<=5)
{
j=1;
while(j<=i)
{
System.out.print(" * ");
j++;
}
System.out.println();
i++;
}
}
}
HAsil dari skrip di atas adalah:
1 komentar:
Casino | Hotels & Travel + Hotel | JTM Hub
Jumbo 천안 출장샵 Jumbo offers an expansive selection of casino 광양 출장샵 and hotel accommodations, 청주 출장안마 plus the latest in the Las 화성 출장마사지 Vegas entertainment industry to 통영 출장샵 offer a full
Posting Komentar