#include <>
#include <>
#include <>
main()
{
char kode_tv,*merk,kode_type,*type_tv;
long harga;
clrscr();
cout<<"-----------------------------\n";
cout<<" TOKO.TELEVISI\n";
cout<<"-----------------------------\n";
cout<< "Kode Televisi = ";cin >>kode_tv;
cout<< "Kode type = ";cin >>kode_type;
if (kode_tv=='A'||kode_tv=='a')
{
merk="SHARP";
if(kode_type=='1')
{
type_tv="14 inc";
harga=650000;
}
else
if(kode_type=='2')
{
type_tv="19 inc";
harga=998000;
}
else
if(kode_type=='3')
{
type_tv="21 inc";
harga=1365000;
}
}
else
if (kode_tv=='B'||kode_tv=='b')
{
merk="LG";
if(kode_type=='1')
{
type_tv="14 inc";
harga=550000;
}
else
if(kode_type=='2')
{
type_tv="19 inc";
harga=898000;
}
else
if(kode_type=='3')
{
type_tv="21 inc";
harga=1260000;
}
}
else
if (kode_tv=='C'||kode_tv=='c')
{
merk="POLYTRON";
if(kode_type=='1')
{
type_tv="14 inc";
harga=700000;
}
else
if(kode_type=='2')
{
type_tv="19 inc";
harga=1008000;
}
else
if(kode_type=='3')
{
type_tv="21 inc";
harga=1405000;
}
}
cout<
cout<
cout<<"-----------------------------\n";
cout<<" TOKO.TELEVISI \n";
cout<<"-----------------------------\n";
cout<<"Merk Televisi = "<
cout<<"Type Televisi = "<
cout<<"Harga Televisi = Rp."<
cout<<"-----------------------------\n";
cout<<"--------TERIMA KASIH---------\n";
getch();
}
0 komentar:
Posting Komentar