Friday, February 1, 2019

√ Pernyataan If Dan Else Pada Kegiatan C++

langsung copas deh mas brow, akhirnya liat aja di softwarenya sendiri.

#include
#include
#include

main()
{
int gol;
long gapok;

clrscr();
cout<<"  Data jabatan"<cout<<"================"<cout<<"1.Direktur"<cout<<"2.Staff"<cout<<"Pilih Golongan [1/2]:";cin>>gol;

if(gol==1)
gapok=5000000;
else if (gol==2)
gapok=4000000;
else
gapok=0;

cout<<"Gaji Pokok          :"<getch();
}

Sumber http://www.hendrisetiawan.com