Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

public class penjualanBuku {

public static void main(String args[])


{
int jumlah=0, i=0;
double totalbayar=0;
int [] kodebuku = new int[5];
int [] jlhpesanan = new int[5];
int [] harga = new int[5];
double [] subtotal = new int[5];
String [] namabuku = new String[5];
Boolean [] status = new Boolean[5];

You might also like