Programalama > C++

Etiketler: sehir, kodlari

Ort. 0
Puan ver:
#include <iostream>
#include <cstdlib>
#include <string>
using namespace std;

int main()
 {
    int kod;
    string strIsim,strIl;
    cout << "Merhaba sayin kullanici........." "\n";
    cout << "Bu program sizin il kodlarindan sehirlerimizi gormenizi saglamak amaciyla yapil-mistir... ""\n"<<"\n"<<"\n";
    cout << "lutfen ogrenmek istediginiz ilin trafik kodunu giriniz : " "\n";
    cin >>kod;
    switch(kod)
   {
     case 1:
       strIl= "Adana";
       break;
     case 2:
       strIl= "Adiyaman";
       break;
     case 3:
       strIl= "Afyon";
       break;
     case 4:
       strIl= "Agri";
       break;
     case 5:
       strIl= "Amasya";
       break;
     case 6:
       strIl= "Ankara";
       break;
     case 7:
       strIl= "Antalya";
       break;
     case 8:
       strIl= "Artvin";
       break;
     case 9:
       strIl= "Aydin" ;
       break;
     case 10:
       strIl= "Balikesir";
       break;
     case 11:
       strIl= "Bilecik";
       break;
     case 12:
       strIl= "Bingöl";
       break;
     case 13:
       strIl= "Bitlis";
       break;
     case 14:
       strIl= "Bolu";
       break;
     case 15:
       strIl= "Burdur";
       break;
     case 16:
       strIl= "Bursa";
       break;
     case 17:
       strIl= "Canakkale";
       break;
     case 18:
       strIl= "Cankiri";
       break;
     case 19:
       strIl= "Corum";
       break;
     case 20:
       strIl= "Denizli";
       break;
     case 21:
       strIl= "Diyarbakir";
       break;
     case 22:
       strIl= "Edirne";
       break;
     case 23:
       strIl= "Elazig";
       break;
     case 24:
       strIl= "Erzincan";
       break;
     case 25:
       strIl= "Erzurum";
       break;
     case 26:
       strIl= "Eskisehir";
       break;
     case 27:
       strIl= "Gaziantep";
       break;
     case 28:
       strIl= "Giresun";
       break;
     case 29:
       strIl= "Gumushane";
       break;
     case 30:
       strIl= "Hakkari";
       break;
     case 31:
       strIl= "Hatay";
       break;
     case 32:
       strIl= "Isparta";
       break;
     case 33:
       strIl= "Icel";
       break;
     case 34:
       strIl= "Istanbul";
       break;
     case 35:
       strIl= "Izmir";
       break;
     case 36:
       strIl= "Kars";
       break;
     case 37:
       strIl= "Kastamonu";
       break;
     case 38:
       strIl= "Kayseri";
       break;
     case 39:
       strIl= "Kirklareli";
       break;
     case 40:
       strIl= "Kirsehir";
       break;
     case 41:
       strIl= "Kocaeli";
       break;
     case 42:
       strIl= "Konya";
       break;
     case 43:
       strIl= "Kutahya";
       break;
     case 44:
       strIl= "Malatya";
       break;
     case 45:
       strIl= "Manisa";
       break;
     case 46:
       strIl= "K.Maras";
       break;
     case 47:
       strIl= "Mardin";
       break;
     case 48:
       strIl= "Mugla";
       break;
     case 49:
       strIl=  "Mus";
       break;
     case 50:
       strIl= "Nevsehir";
       break;
     case 51:
       strIl=  "Nigde";
       break;
     case 52:
       strIl= "Ordu";
       break;
     case 53:
       strIl= "Rize";
       break;
     case 54:
       strIl= "Sakarya";
       break;
     case 55:
       strIl= "Samsun";
       break;
     case 56:
       strIl= "Siirt";
       break;
     case 57:
       strIl= "Sinop";
       break;
     case 58:
       strIl= "Sivas";
       break;
     case 59:
       strIl= "Tekirdag";
       break;
     case 60:
       strIl= "Tokat";
       break;
     case 61:
       strIl= "Trabzon";
       break;
     case 62:
       strIl=  "Tunceli";
       break;
     case 63:
       strIl= "Sanliurfa";
       break;
     case 64:
       strIl= "Usak";
       break;
     case 65:
       strIl=  "Van";
       break;
     case 66:
       strIl= "Yozgat";
       break;
     case 67:
       strIl= "Zonguldak";
       break;
     case 68:
       strIl= "Aksaray";
       break;
     case 69:
       strIl= "Bayburt";
       break;
     case 70:
       strIl= "Karaman";
       break;
     case 71:
       strIl= "Kirikkale";
       break;
     case 72:
       strIl= "Batman";
       break;
     case 73:
       strIl= "Sırnak";
       break;
     case 74:
       strIl= "Bartın";
       break;
     case 75:
       strIl= "Ardahan";
       break;
     case 76:
       strIl= "Igdır";
       break;
     case 77:
       strIl= "Yalova";
       break;
     case 78:
       strIl= "Karabük";
       break;
     case 79:
       strIl= "Kilis";
       break;
     case 80:
       strIl=  "Osmaniye";
       break;
     case 81:
       strIl= "Duzce";
       break;
       default:
       strIl= "Oha cuuuuuus ayiiii";
     }

      cout << "Ilinizin Ismi: " << strIl << "\n";
      cout << "Yardim edebildiysem ne mutlu\n"<<"\n"<<"\n"<<"\n"<<"\n"<<"\n"<<"\n"<<"\n<";
      cout << "Bu program Dogan ERAY tarafindan yapilmistir>\n""\n""\n""\n";
      cout << "Version 1.0.1" <<endl;

      system("pause");
         return 0;
   }


Yorumlar                 Yorum Yaz
Bu hazır kod'a ilk yorumu siz yapın!
KATEGORİLER
ASP - 240
ASP.NET - 24
C# - 75
C++ - 174
CGI - 8
DELPHI - 247
FLASH - 49
HTML - 536
PASCAL - 246
PERL - 11
PHP - 160
WML - 9
XML - 2
Copyright © 2002 - 2024 Hazır Kod - Tüm Hakları Saklıdır.
Siteden yararlanırken gizlilik ilkelerini okumanızı tavsiye ederiz.
hazirkod.com bir İSOBİL projesidir.