Advertisement
cdsatrian

[cpp] isi krs sederhana

Jan 3rd, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 5.40 KB | None | 0 0
  1. #include"iostream.h"
  2. #include"stdlib.h"
  3. int main()
  4. {
  5.   int npm;
  6.   float a,b,c,d,e,f,g,h,i,ipk,mutu;
  7.   char ina,inb,inc,ind,ine,inf,ing,inh,ini;
  8.   char nm[20];
  9.   cout<<"Masukkan Data Mahasiswa"<<
  10.   cout<<"NPM  : ";
  11.   cin>>npm;
  12.   cout<<"NAMA : ";                                        
  13.   cin>>nm;                                            
  14.   system ("cls");                                            
  15.   cout<<"INPUT NILAI MATAKULIAH"<
  16.   cout<
  17.   cout<<"Manajemen & Sistem Informasi Manaj 1*" <
  18.   cout<<"      Jumlah SKS : 2" <
  19.   cout<<"      Nilai      : "; cin>>a;
  20.   if (a >= 85)
  21.   {ina = 'A';    a = 4*2;  }
  22.   else if (a >= 70)
  23.   {ina = 'B';    a = 3*2;  }
  24.   else if (a >= 55)
  25.   {ina = 'C';    a = 2*2;  }
  26.   else if (a >= 40)
  27.   {ina = 'D';    a = 1*2;  }
  28.   else {ina = 'E'; a = 0;}
  29.   cout<<"      Indeks    : " <<<
  30.   cout<<"Matematika Lanjut 1*/**" <
  31.   cout<<"      Jumlah SKS : 2" <
  32.   cout<<"      Nilai      : "; cin>>b;
  33.   if (b >= 85)
  34.   {inb = 'A';    b = 4*2;  }
  35.   else if (b >= 70)
  36.   {inb = 'B';    b = 3*2;  }
  37.   else if (b >= 55)
  38.   {inb = 'C';    b = 2*2;  }
  39.   else if (b >= 40)
  40.   {inb = 'D';    b = 1*2;  }
  41.   else {inb = 'E'; b = 0;}
  42.   cout<<"      Indeks    : " <<<
  43.   cout<<"Akuntansi 1" <
  44.   cout<<"      Jumlah SKS : 2" <
  45.   cout<<"      Nilai      : "; cin>>c;
  46.   if (c >= 85)
  47.   {inc = 'A';    c = 4*2;  }
  48.   else if (c >= 70)
  49.   {inc = 'B';    c = 3*2;  }
  50.   else if (c >= 55)
  51.   {inc = 'C';    c = 2*2;  }
  52.   else if (c >= 40)
  53.   {inc = 'D';    c = 1*2;  }
  54.   else {inc = 'E'; c = 0;}
  55.   cout<<"      Indeks    : " <<<
  56.   cout<<"Matematika Sistem informasi 1" <
  57.   cout<<"      Jumlah SKS : 2" <
  58.   cout<<"      Nilai      : "; cin>>d;
  59.   if (d >= 85)
  60.   {ind = 'A';    d = 4*2;  }
  61.   else if (d >= 70)
  62.   {ind = 'B';    d = 3*2;  }
  63.   else if (d >= 55)
  64.   {ind = 'C';    d = 2*2;  }
  65.   else if (d >= 40)
  66.   {ind = 'D';    d = 1*2;  }
  67.   else {ind = 'E'; d = 0;}
  68.   cout<<"      Indeks    : " <<<
  69.   cout<<"Statistika 1 **" <
  70.   cout<<"      Jumlah SKS : 2" <
  71.   cout<<"      Nilai      : "; cin>>e;
  72.   if (e >= 85)
  73.   {ine = 'A';    e = 4*2;  }
  74.   else if (e >= 70)
  75.   {ine = 'B';    e = 3*2;  }
  76.   else if (e >= 55)
  77.   {ine = 'C';    e = 2*2;  }
  78.   else if (e >= 40)
  79.   {ine = 'D';    e = 1*2;  }
  80.   else {ine = 'E'; e = 0;}
  81.   cout<<"      Indeks    : " <<<
  82.   cout<<"Stuktur & Organisasi Data 1" <
  83.   cout<<"      Jumlah SKS : 2" <
  84.   cout<<"      Nilai      : "; cin>>f;
  85.   if (f >= 85)
  86.   {inf = 'A';    f = 4*2;  }
  87.   else if (f >= 70)
  88.   {inf = 'B';    f = 3*2;  }
  89.   else if (f >= 55)
  90.   {inf = 'C';    f = 2*2;  }
  91.   else if (f >= 40)
  92.   {inf = 'D';    f = 1*2;  }
  93.   else {inf = 'E'; f = 0;}
  94.   cout<<"      Indeks    : " <<<
  95.   cout<<"Teknik Pemrograman Terstruktur 1**" <
  96.   cout<<"      Jumlah SKS : 2" <
  97.   cout<<"      Nilai      : "; cin>>g;
  98.   if (g >= 85)
  99.   {ing = 'A';    g = 4*2;  }
  100.   else if (g >= 70)
  101.   {ing = 'B';    g = 3*2;  }
  102.   else if (g >= 55)
  103.   {ing = 'C';    g = 2*2;  }
  104.   else if (g >= 40)
  105.   {ing = 'D';    g = 1*2;  }
  106.   else {ing = 'E'; g = 0;}
  107.   cout<<"      Indeks    : " <<<
  108.   cout<<"Teori Organisasi Umum #" <
  109.   cout<<"      Jumlah SKS : 2" <
  110.   cout<<"      Nilai      : "; cin>>h;
  111.   if (h >= 85)
  112.   {inh = 'A';    h = 4*2;  }
  113.   else if (h >= 70)
  114.   {inh = 'B';    h = 3*2;  }
  115.   else if (h >= 55)
  116.   {inh = 'C';    h = 2*2;  }
  117.   else if (h >= 40)
  118.   {inh = 'D';    h = 1*2;  }
  119.   else {inh = 'E'; h = 0;}
  120.   cout<<"      Indeks    : " <<<
  121.   cout<<"Pengantar Org. & Arsitektur Komp" <
  122.   cout<<"      Jumlah SKS : 3" <
  123.   cout<<"      Nilai      : "; cin>>i;
  124.   if (i >= 85)
  125.   {ini = 'A'; i = 4*3;  }
  126.   else if (i >= 70)
  127.   {ini = 'B'; i = 3*3;  }
  128.   else if (i >= 55)
  129.   {ini = 'C'; i = 2*3;  }
  130.   else if (i >= 40)
  131.   {ini = 'D'; i = 1*3;  }
  132.   else {ini = 'E'; i = 0;}
  133.   cout<<"      Indeks    : " <<<
  134.   mutu = a+b+c+d+e+f+g+h+i;
  135.   ipk = mutu / 19;
  136.   system("cls");
  137.   cout<<"                    Daftar Nilai Semester"<
  138.   cout<<"                      PTA 2012 / 2013"<<
  139.   cout<<"NPM          : "<<
  140.   cout<<"Nama         : "<<
  141.   cout<<"Jumlah MK    : 9"<
  142.   cout<<"Jumlah SKS   : 19"<
  143.   cout<<"Jumlah Mutu  : "<<
  144.   cout<<"IP Komulatif : "<<<
  145.   cout<<"_______________________________________________________________"<
  146.   cout<<"|          Mata kuliah                  SKS    NILAI    MUTU  |"<
  147.   cout<<"|_____________________________________________________________|"<
  148.   cout<<"| Manajemen & Sistem Informasi Manaj 1*  2"<<"      "<< ina<<"        "<< a<<"    |"<
  149.   cout<<"| Matematika Lanjut 1*/**                2"<<"      "<< inb<<"        "<< b<<"    |"<
  150.   cout<<"| Akuntansi 1                            2"<<"      "<< inc<<"        "<< c<<"    |"<
  151.   cout<<"| Matematika Sistem informasi 1          2"<<"      "<< ind<<"        "<< d<<"    |"<
  152.   cout<<"| Statistika 1 **                        2"<<"      "<< ine<<"        "<< e<<"    |"<
  153.   cout<<"| Stuktur & Organisasi Data 1            2"<<"      "<< inf<<"        "<< f<<"    |"<
  154.   cout<<"| Teknik Pemrograman Terstruktur 1**     2"<<"      "<< ing<<"        "<< g<<"    |"<
  155.   cout<<"| Teori Organisasi Umum #                2"<<"      "<< inh<<"        "<< h<<"    |"<
  156.   cout<<"| Pengantar Org. & Arsitektur Komp       3"<<"      "<< ini<<"        "<< i<<"    |"<
  157.   cout<<"|_____________________________________________________________|"<
  158.   cout<<"|            Jumlah :                   19"<<"               "<<<"    |"<
  159.   cout<<"|_____________________________________________________________|";
  160.   cout<<'\n';
  161.   return 0;
  162. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement