Senin, 09 Desember 2013



hy,.,......☻☻
nama saya Apsyalom Magang, Kali ini saya akan Coba memosting tugas dari Dosen saya mudah_mudahan bermanfaaat buat Sobb Smua yaNg nemu'in Blog ini ...........mohOn maaf jika ada Kesalahan ataupun tidak sesuai dengan keinginan sobb smua,.,.,.maklummmm daLam taHappp beLajaRrrrrrrr,,,,,,,x,ixixixixixixixixixixi
 

 PerulanGan

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package javaapplication1;

/**
 *
 * @author AB1
 */
public class JavaApplication1 {

    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        // TODO code application logic here
        int jumlah=5;
        while (jumlah>= 1){
            int k=jumlah;
            while (k >=1){
                System.out.print("*");
                k--;
                System.out.println();
                jumlah--;
            }
        }
        System.out.print("*");
               
    }
}

Tidak ada komentar:

Posting Komentar