Popular Post

Popular Posts

Recent post

Archive for Mei 2016

Kelompok 1 :
Aneu Sri Sulastri
Agus Rohman
Elisa Pujasari
Komalasari
Taufik Andri
Sansan Eko



Algoritma :


1.       Mulai
2.       Masukan data penyakit pasien
3.       Apakah penyakit berbahaya?
4.       Bila ya,rujuk ke RS umum
5.       Bila tidak,obati agar sembuh total
6.       Selesai 
#include <conio.h>
#include <stdio.h>
#include <iostream.h>
class klinik
{
public:
char nama[30],penyakit[30];
int lmrawat,bykamar,bydokter,total;
};
main()
{
char bulan[15],lagi;
int tahun,i,banyak;
atas:
clrscr();
klinik sehat[10];
cout<<"\t\tDATA PASIEN"<<endl;
cout<<"\t  KLINIK SMK KORPRI"<<endl;
cout<<"\t--------------------------"<<endl;
cout<<"Masukkan Jumlah Data\t:";cin>>banyak;
cout<<"Bulan\t:";cin>>bulan;
cout<<"Tahun\t:";cin>>tahun;
for(i=1;i<=banyak;i++)
{
cout<<"Data Ke-"<<i<<endl;
cout<<endl;
puts("Nama Pasien\t:");gets(sehat[i].nama);
cout<<endl;
puts("Jenis Penyakit");gets(sehat[i].penyakit);
cout<<"Lama Perawatan\t:";cin>>sehat[i].lmrawat;
if(sehat[i].lmrawat<=5)
{sehat[i].bykamar=1500000;
sehat[i].bydokter=2000000;
}
else if(sehat[i].lmrawat<=10)
{sehat[i].bykamar=2500000;
sehat[i].bydokter=4000000;
}
else if(sehat[i].lmrawat<=30)
{sehat[i].bykamar=4000000;
sehat[i].bydokter=1000000;
}
else
{sehat[i].bykamar=0;
sehat[i].bydokter=0;
}
sehat[i].total=sehat[i].bykamar+sehat[i].bydokter;
}
clrscr();
cout<<"\t\tDATA PASIEN"<<endl;
cout<<"\t  KLINIK SMK KORPRI"<<endl;
cout<<"\t-----------------------"<<endl;
cout<<endl;
cout<<"Bulan :"<<bulan;
cout<<"\t\t\t\t\t\tTahun :"<<tahun<<endl;
cout<<"========================================================================="<<endl;
cout<<"No. Nama  Jenis  Lama   Biaya       Biaya    Total"<<endl;
cout<<" Pasien  Penyakit Rawat   Kamar  Dokter   "<<endl;
cout<<"========================================================================="<<endl;
for(i=1;i<=banyak;i++)
{
cout<<i<<"\t"<<sehat[i].nama<<"\t"<<sehat[i].penyakit<<"\t"<<sehat[i].lmrawat<<"\t "<<sehat[i].bykamar<<"\t"<<sehat[i].bydokter<<"\t\t"<<sehat[i].total<<endl;
}
cout<<"========================================================================="<<endl;
cout<<endl;
cout<<"Keterangan :"<<endl;
cout<<"0 berarti biaya kamar dan biaya dokter sesuai dengan kesepakatan antara pasien dengan pihak klinik"<<endl;
cout<<endl;
cout<<"Ingin input lagi [Y/T] :";cin>>lagi;
if(lagi=='y'||lagi=='Y')
{goto atas;
}
else
{goto bawah;
}
bawah:
getch();
}


Poliklinik c++



Contoh Surat Lamaran Kerja

Jenis-Jenis Processor Keluaran Intel




NO

Jenis Processor


Tahun Keluaran

Jenis Pentium

Kecepatan
1
Pentium
2000
Pentium 4
3,06 Ghz
2
Xeon
2001
Pentium 4
3,08 Ghz
3
Itanium (64 Bit)
2001
Pentium 4
-
4
Itanium 2
2002
Pentium 4
-
5
Intel Pentiun M
2003
-
-
6
Intel Core 2 Duo
2006
-
-
7
Intel Core 2 Extreme 
2008
-
-
8
Intel Core i3
2008
-
2,93 Ghz
9
Intel Core i5
2008
-
2,13 Ghz
10
Intel Core i7
2009
-
3,2 Ghz











Biodata


Artikel INTEL


Daftar isi 2

Daftar Isi
 Kata Pengantar...............................................................................  3
 Daftar Isi.........................................................................................  4
Glosarium........................................................................................  5

Modul 1     Sejarah Perusahaan Intel


........... 1.1    Biography Pendiri Perusahaan Intel............................... 10
........... 1.2    Sejarah Berdirinya Perusahaan Intel.............................. 12

...........
Modul 2     Sistem Kerja Perusahaan Intel


........... 2.1    Aturan Kerja Perusahaan Intel...................................... 15
........... 2.2    Etos Kerja Karyawan Perusahaan Intel........................... 27
........... 2.3    Daftar Karyawan Perusahaan Intel................................ 30

...........
Modul 3     Produk Perusahaan Intel


........... 3.1    Processor Produk Intel..................................................  37
........... 3.2    Laptop Produk Intel......................................................  43
........... 3.3    Produk Intel Lainnya.....................................................  47
...........
...........
........... Daftar Pustaka..................................................................... 50

Daftar Isi

#include <stdio.h>
main()
{
int A=11, B=9, C=5, D=12;
printf("A = %d",A!=11 || C+D<=11 && D==A+D);
printf("\nB = %d",A==12 || A+D<=C+D && D==0);
printf("\nC = %d",B-C!=A-C || A==B-C || A>D&&A!=B);
}

program logika


- Copyright © SMK KORPRI BERKARYA - Devil Survivor 2 - Powered by Blogger - Designed by Johanes Djogan -