Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include<iostream>
- using namespace std;
- int main()
- {
- int x;
- cin>>x;
- switch(x)
- {
- case 31:
- cout<<"Chittagong";
- case 81:
- cout<<"Comilla";
- case 2:
- cout<<"Dhaka";
- case 21:
- cout<<"Rajshahi";
- case 821:
- cout<<"Sylhet";
- case 521:
- cout<<"Rangpur";
- case 431:
- cout<<"Barisal";
- case 41:
- cout<<"Khulna";
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement