/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tugas05;
/**
*
* @author Imamuddin .A.
*/
public class SegitigaSiku2 {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
int baris, kolom;
for(baris=1; baris<=5; baris++){
for(kolom=5; kolom>=baris; kolom–)
System.out.print(” “);
for(kolom=1; kolom<=baris; kolom++)
System.out.print(kolom);
System.out.println();
}
// TODO code application logic here
}
}
Tinggalkan sebuah Komentar
Belum ada komentar.
Komentar RSS Lacak Balik URI Pengenal
