#include using namespace std; int main() { awal: int l_sewa; char nama [30]; char pil,yt; cout << " ****RENTAL/SEWA MOBIL MUHAMMAD RIJAL**** "<< endl; cout << "----------------------------------------------------------------" << endl; cout << "KODE Jenis Mobil Harga Sewa/Hari " << endl; cout << " 1. Honda Jazz Rp. 350.000 " << endl; cout << " 2. Piposs Rp. 500.000 " << endl; cout << " 3. Bus Marcedes Bens Rp. 800.000 " << endl; cout << "----------------------------------------------------------------" << endl; cout << "Nama : " ;cin>>nama; cout << "Kode Mobil (1/2/3) : " ;cin>>pil; cout << "Lama Sewa : " ;cin>>l_sewa; system("cls"); if (pil=='1') { int h_sewa,sub_tot,diskon,tot,bay,balik; h_sewa=350000; sub_tot=l_sewa*h_sewa; if (l_sewa>=14) (diskon=sub_tot*0.3); else (diskon=sub_tot*0); tot=sub_tot-diskon; cout << "Nama Penyewa : " <>bay; balik=bay-tot; cout<<"Uang Kembali = Rp. " <=14) (diskon=sub_tot*0.3); else (diskon=sub_tot*0); tot=sub_tot-diskon; cout << "Nama Penyewa : " <>bay; balik=bay-tot; cout<<"Uang Kembali = Rp. " <=14) (diskon=sub_tot*0.3); else (diskon=sub_tot*0); tot=sub_tot-diskon; cout << "Nama Penyewa : " <>bay; balik=bay-tot; cout<<"Uang Kembali = Rp. " <>yt; cout<