Created sahrul-media
ChatBox
Headlines News :
Home » » Contoh Program Pesan Rumah C++

Contoh Program Pesan Rumah C++

Written By Gunawan on Sabtu, 22 Maret 2014 | 02.18

  
Alhamdulillah pada kesempatan ini saya memberikan contoh pemprograman C++ untuk memesan rumah, dengan harga, model, total dll, ini saya buat unyuk latihan saja di rumah. . . nahh apabila nantinya sobat paham dengan program ini, pasti buatnya lebih bagus lagi dari pada program ini, lebih jellasnya langsung saja codingnya di bawah ini.

SEMOGA BERMANFAAT

#include <iostream.h>
#include <conio.h>

void main()
{
  clrscr();
  int no, type, model, harga_type, harga_model, total;
  char nama [100];
  float ta;

  cout<<"No Trans : ";
  cin>>no;
  cout<<" Nama Pembeli : ";
  cin>>nama;
  cout<<"Type Rumah yang diinginkan 36/48/56: ";
  cin>>type;

  if (type==36)
  {
    cout<<"Luas Bangunan=7x12m, Luas Tanah=6x9m, harga type Rp. 100" <<endl;
    harga_type = 100;
  }
  else if ((type==48) || (type==56))
  {
    cout<<"Luas Bangunan=8x15m, Luas Tanah=7x10m, harga type Rp. 300" <<endl;
    harga_type = 300;
  }

  cout<<"Model Rumah : ";
  cin>>model;

  if (model ==1)
  {
    cout<<"Harga Model = Rp. 250" <<endl;
    harga_model =250;
  }
  else
  {
    cout<<"Harga Model = Rp. 150" <<endl;
    harga_model = 150;
  }

  total = harga_type + harga_model;
  cout<<"Total Awal = Rp. : " <<total <<endl;

  if (total<400)
    ta = total;
  else if ( (total>=400) && (total<=900) )
    ta = total - (total*0.05);
  else
    ta = total - (total*0.2);

  cout<<"Total Akhir = Rp. " <<ta;

getch();
}

kalau sudah selesai selamat memahi dan mengerjakan lebih kreatif lagi, eitzzz jangan lupa mampir lagi yaa sob . . . ..








Share this article :

0 komentar:

Speak up your mind

Tell us what you're thinking... !

Kode Smiley Untuk Komentar


:a :b :c :d :e :f :g :h :i :j :k :l :m :n :o :p :q :r :s :t

English French German Spain Italian Japanese Korean Chinese Simplified

Tweets

FunsPage

 
Support : Creating Website | media-template | sahrul Template
Proudly powered by Blogger
Copyright © 2011. MEDIA BELAJAR - All Rights Reserved
Template Design by Creating Website Published by sahrul-media