If Else


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

package program;

/**
 *
 * @author Administrator
 */
public class IFElse166 {
    public static void main(String[] args) {
        int bil1,bil2;
        boolean kondisi;
        bil1=100;
        if(bil1>0){
            bil2=500;
        }else{
            bil2=750;
        }
        kondisi = bil2==750;
        if(kondisi){
            System.out.println("benar, bil2 adalah 750");
        }else{
            System.out.println("salah, bil2 tidak sama dengan 750");
        }
    }
}

dapatkan informasi lainya

0 komentar:

Post a Comment

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | SharePoint Demo