Postingan

Menampilkan postingan dari April, 2017
Gambar
HASIL PERPUS CODINGAN /*  * To change this license header, choose License Headers in Project Properties.  * To change this template file, choose Tools | Templates  * and open the template in the editor.  */ package ichsan2perpus; import java.util.Scanner; /**  *  * @author TOSHIBA  */ public class ICHSAN2PERPUS {     /**      * @param args the command line arguments      */     public static void main(String[] args) {         // TODO code application logic here         Scanner scanner = new Scanner(System.in);             String nama,nim,status,jenis_buku;             int jumlah,jenis,biaya,total;                  ...
Gambar
HASIL CODING CODING DATA KARYAWAN /*  * To change this license header, choose License Headers in Project Properties.  * To change this template file, choose Tools | Templates  * and open the template in the editor.  */ package ichan1datakaryawan; import java.util.Calendar; import java.util.Scanner; /**  *  * @author TOSHIBA  */ public class Ichan1datakaryawan {     /**      * @param args the command line arguments      */     public static void main(String[] args) {         // TODO code application logic here         Scanner input = new Scanner (System.in);         Calendar cal = Calendar.getInstance();         int gaji = 0;                 System.out.println("/////////...