This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Friday, June 28, 2013

menghitung upah karyawan dengan C++

#include<iostream> #include<string> #include<math.h> #include<conio.h> using namespace std; int main() {     char gol;     string nama;     int upahnormal,jamkerja,jamlembur, upahlembur,totalgaji;     //upahlembur=3000;         cout<<endl;     cout<<" Masukan Nama Karyawan : " ;    getline(cin,nama)...