Minggu, 29 Mei 2016

Tugas Konsep Pemrograman

TAHAP PERCOBAAN SPG
MENGGUNAKAN 3 RUMUS


Dibawah ini adalah coding

// RIYAN KP UAS.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include <iostream>
using namespace std;


class TOTAL {

       int total(int JUMLAHPRODUK, int BONUS)
       {
              int total = JUMLAHPRODUK * BONUS * 0.5;
              return total;

       }
}operasitotal;

struct riyan{
       char NAMASPG[20];
       int JUMLAHPRODUK;
       int BONUS;
       int MENDAPATKANGAJI;
       int GRADE;
}riyanfebrianto1506715841;

int main()
{

       cout << "TAHAP PERCOBAAN SPG";
       cout << endl;


       cout << "Nama SPG: ";
       cin >> (riyanfebrianto1506715841.NAMASPG);
       cout << "JUMLAH PRODUK: ";
       cin >> (riyanfebrianto1506715841.JUMLAHPRODUK);
       cout << "BONUS: ";
       cin >> (riyanfebrianto1506715841.BONUS);

       int c;
       do
       {
              cout << "masukan kode spg yang anda inginkan: ";
              cin >> c;
              cout << "anda memilih kode spg :" << c;
       } while (c != 1 & 2 & 3);
       cout << endl;

       int MENDAPATKANGAJI;
       MENDAPATKANGAJI = riyanfebrianto1506715841.JUMLAHPRODUK * riyanfebrianto1506715841.BONUS *0.5;
       cout << "nilai mendapatkan gaji: " << MENDAPATKANGAJI;
       cout << endl;

       int KETERANGAN;
       if (MENDAPATKANGAJI >= 5000000)
       {
              cout << "keterangan = SELAMAT ANDA LULUS";
              cout << endl;
       }
       else
              cout << "keterangan = COBA LAGI ANDA BELOM BERUNTUNG";
       cout << endl;
      


       return 0;
}


Berikut ini adalah hasilnya


Tidak ada komentar:

Posting Komentar