Postingan

Menampilkan postingan dari April, 2017
Gambar
/*  * 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 desi2perpustakaan; import java.util.Scanner; /**  *  * @author TOSHIBA  */ public class DESI2PERPUSTAKAAN {     /**      * @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
CODINGAN 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 desi1datakaryawan; import java.util.Calendar; import java.util.Scanner; /**  *  * @author TOSHIBA  */ public class DESI1DATAKARYAWAN {     /**      * @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("@...