TUGAS PERTEMUAN 5 Buatlah program dengan tampilan sebagai berikut : Jawab : a. Input #include <iostream> #include <stdio.h> #include <conio.h> #include <iomanip.h> #include <string.h> main() { int a, x, ulangi; char jenis[6] = {'D','d','P','p','S','s'}, *ket[6]; long bapot[6], jumhar[6]={0}, hasat[6]={2500, 2000, 1500}; long jumbar[6]={0}, pajak[6], totba[6]; pesan: clrscr(); cout<<"\tGEROBAK FRIED CHICKEN\n"; cout<<"-----------------------------------------\n"; cout<<"\tKode Jenis Harga\n"; cout<<"-----------------------------------------\n"; cout<<"\t[D] Dada Rp. 2500\n"; cout<<"\t[P] Paha Rp. 2000\n"; cout<<"\t[S] Sayap Rp. 1500\n"; cout<<"-----------------------------------------\n"; cout<<"\tBanyak Jenis : "; cin>>x; jumbar[x] = 0; if(x<=0) { ...