1. problem dan analisis
2. design
3. Program c++
#include <iostream>
#include <windows.h>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
using namespace std;
int main(int argc, char** argv) {
int i;
system("cls");
cout<<"\t\t\tWELCOME"<<endl;
cout<<"\t\tMSR ROOM'S ORDER"<<endl;
cout<<"\t\t1. Home\t\t4. Denah"<<endl;
cout<<"\t\t2. Info\t\t5. Contac Us"<<endl;
cout<<"\t\t3. Pemesanan"<<endl;
cout<<"masukan pilihan anda : ";cin>>i;cout<<endl;
switch(i){
case 1 :{
cout<<"Home"<<endl;
system("pause");
cout<<"gedung muhammadiyah"<<endl;
cout<<"gedung JEC"<<endl;
cout<<"gedung sargede"<<endl;
break;
}
case 2:{
cout<<"Informasi Ruangan"<<endl;
break;
}
case 3:{
cout<<"Pemesanan"<<endl;
break;
}
case 4:{
cout<<"Denah"<<endl;
break;
}
case 5:{
cout<<"Contac Us"<<endl;
break;
}
}
return 0;
}
outputnya adalah sebagai berikut:
4. Raptor
Tidak ada komentar:
Posting Komentar