Download

Program PeryataanIFELSE di Netbeans

package Latihan PeryataanIFELSE;

import java.util.Scanner;

public class PeryataanIFELSE {
public static void main(String[] args) {
Scanner pakaian= new Scanner(System.in);
int potonganharga =0;
System.out.print(“Jumlah Belanja Anda :Rp.”);
int jumlahBelanja=pakaian.nextInt();
if (jumlahBelanja>=10000) {
potonganharga=jumlahBelanja/10;
}else{
potonganharga=0;
}
System.out.println(“Potongan Harga :Rp.”+potonganharga);
}
}
Share this article :
 
 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. EdiHaryanto - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger