/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package pertemuan4; import javax.swing.*; /** * * @author Imamuddin.A. */ public class Tugas_4 { /** * @param args the command line arguments */ public static void main(String[] args) { String input; int angka; input = JOptionPane.showInputDialog(”Masukan [...]
