Powered By Blogger

Hi readers

This blog contains about Korean music artists etc who want to ask Koreans about the latest news or music artist korea korea please post your comments to this blog ok
yes do not forget to fill in the below poll ok
...... gamsahamnida

after school

after school
my logo

Selasa, 05 April 2011

NET BEANS:
CONTOH PEMROGRAMAN JAVA JUMLAH BAYAR RUMAH SAKIT:
SINTAX:
package javaapplication2;

/**
 *
 * @author USER
 */
public class Main {
   
    /** Creates a new instance of Main */
    public Main() {
    }
   
    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        // TODO code application logic here
        String room,kelas;
        int harga,biayainap,lama;
        room="melati";
        kelas="VIP2";
        lama=2;
        harga=1000000;
        if(room=="melati")
        {
            if(kelas=="VIP1")
            {
                harga=1000000;
            }
            else if(kelas=="VIP2")
            {
                harga=500000;
            }
            else
            {
                harga=100000;
               
            }
        }
        else
        {
           if(room=="mawar")
        {
            if(kelas=="biasa")
            {
                harga=60000;
            }
            else
            {
                harga=30000;
            }
        }
        }
        biayainap=(harga)*(lama);
        System.out.println("room="+room);
        System.out.println("kelas="+kelas);
        System.out.println("lama inap="+lama);
        System.out.println("biaya="+harga);
        System.out.println("biaya inap="+biayainap);
    }
}
 

Tidak ada komentar:

Posting Komentar