/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package segitigabintang;
/**
*
* @author Bio
*/
public class segitigaBintang {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
int baris, kolom, tinggi=4, tinggi2=0;
// membuat 4 baris bintang pertama (naik)
for(baris=1; baris <= tinggi; baris++){
for(kolom=0; kolom tinggi2; –baris){
for(kolom=0; kolom <baris;kolom++)
System.out.print("*");
System.out.println("");
}
}
}