MATERI-MATERI MATA KULIAH SISTEM INFORMASI STMIK MDP

Pasang Iklan Gratis Disini !!!

ads ads ads ads

Selasa, 08 Maret 2011

Pertemuan 3

. Selasa, 08 Maret 2011

Contoh 1 :
#include <iostream>
using namespace std;
void main (){
   int total,harga,jumlah;
   cout<<"Masukkan jumlah barang  : ";cin>>harga;
   cout<<"Masukkan harga barang   : ";cin>>jumlah;
   total=jumlah*harga;
   cout<<"Total yang harus dibayar adalah : "<<total<<endl;
   if (total>100000)
   cout<<">>ANDA MENDAPAT BONUSS PAYUNG<<\n";
    system ("pause");
}

Contoh 2 :
#include <iostream>
using namespace std;
void main (){
   int total,harga,diskon,jumlah;
   cout<<"Masukkan jumlah barang  : ";cin>>harga;
   cout<<"Masukkan harga barang   : ";cin>>jumlah;
   total=jumlah*harga;
   cout<<"Total yang harus dibayar adalah : "<<total<<endl;
   if (total>10000000)
   {diskon=0.1*total;}
   else
   {diskon=0;}
     cout<<">>ANDA MENDAPAT POTONGAN HARGA<< = Rp. "<<diskon<<endl;
    system ("pause");
}

Contoh 3 :
#include <iostream>
using namespace std;
void main (){
   int total,harga,diskon,jumlah;
   cout<<"Masukkan jumlah barang  : ";cin>>harga;
   cout<<"Masukkan harga barang   : ";cin>>jumlah;
   total=jumlah*harga;
   cout<<"Total yang harus dibayar adalah : "<<total<<endl;
   if (total>10000000)
   {diskon=0.1*total;}
   else if (total<=10000000)
   {diskon=0.05*total;}
   else if (total<1000000)
   {diskon=0.02*total;}
     cout<<">>ANDA MENDAPAT POTONGAN HARGA<< = Rp. "<<diskon<<endl;
     {cout<<"Sisa Bayar = Rp. "<<total-diskon<<endl;}
    system ("pause");
}

SEMOGA BERMANFAAT

0 komentar:

:)) ;)) ;;) :D ;) :p :(( :) :( :X =(( :-o :-/ :-* :| 8-} :)] ~x( :-t b-( :-L x( =))

Posting Komentar

Tuliskan Komentar Disini..

Related Posts Plugin for WordPress, Blogger...
 
{Sistem Informasi} is proudly powered by Blogger.com | Template by : Sukriyadi | sukriyadi.blogspot.com