Powered By Blogger

Rabu, 18 Mei 2011

Tugas 7

Soal :

bentuk input
----------------------------
Masukan nama Kasir :
Masukan Nama Pembeli :

input jumlah Data :

Data ke- 1
Input Kode Barang :
Input Jumlah Barang :

data ke-2
Input Kode Barang :
Input Jumlah Barang :

----------------------------
Bentuk Output
----------------------------

Kasir : Fadli No. Faktur : F-001
Pembeli : Asmara Jati Tanggal : 28-10-1981
----------------------------------------------------------------------------------------
No. Nama Harga Qty Jumlah
Urut Barang Satuan Harga
----------------------------------------------------------------------------------------

1. Pensil Rp. 500 5 Rp. 2.500
2. Pulpen Rp. 1.500 10 Rp. 15.000

-----------------------------------------------------------------------------------------
Total Bayar Rp. 17.500
Uang Bayar Rp. 20.000
Kembali Rp. 2.500
-------------------------------------------------------------------------------------------
T E R I M A K A S I H

Listing Program :

#include
#include
#include
#include

main()
{
char namap[50], namak[50], tgl[50], lanjut, ulangi;
char kode[10] = {'1','2','3','4','5','6','7','8','9','10'}, *namab[10];
long hasat[10], jumhar[10], totbar[10];
long bayar, kembali;
int jumbel[10];
int x, y, z = 0;
clrscr();
cout<<"\n\n\t\tNama Kasir = ";gets(namak); cout<<"\n\n\t\tTanggal Login [dd/mm/yyyy] = ";gets(tgl); program: clrscr(); cout<<"\t\tMasukan Nama Pembeli = ";gets(namap); cout<<"\n\t\tJumlah Data = ";cin>>y;
totbar[y] = 0;
for (x = 1; x <= y; x++) { cout<<"\n\t\t----------------------"; cout<<"\n\t\tData Ke-"< hasat[x] = 3500;
}
else if (kode[x] == '2')
{
namab[x] = "Pensil";
hasat[x] = 2000;
}
else if (kode[x] == '3')
{
namab[x] = "Pulpen";
hasat[x] = 2500;
}
else if (kode[x] == '4')
{
namab[x] = "Penggaris";
hasat[x] = 2500;
}
else if (kode[x] == '5')
{
namab[x] = "Serutan";
hasat[x] = 2000;
}
else if (kode[x] == '6')
{
namab[x] = "Penghapus";
hasat[x] = 2000;
}
else if (kode[x] == '7')
{
namab[x] = "Tipe-x";
hasat[x] = 4000;
}
else if (kode[x] == '8')
{
namab[x] = "Spidol";
hasat[x] = 5000;
}
else if (kode[x] == '9')
{
namab[x] = "Stabilo";
hasat[x] = 3000;
}
else if (kode[x] == 10)
{
namab[x] = "Tempat Alat Tulis";
hasat[x] = 5000;
}
else
{
cout<<"\nKode yang ada Masukan Salah.\n"; goto program; } cout<<"\t\tAnda Memilih = "<









Download di sinisini

Tidak ada komentar:

Posting Komentar