16.07.2015 Views

Java Temel Bilgiler (Türkçe Kitap-Pdf)

Java Temel Bilgiler (Türkçe Kitap-Pdf)

Java Temel Bilgiler (Türkçe Kitap-Pdf)

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

System.out.print("Araba Yikama Paket kodunu giriniz[a,b,c,d,e] : ");String s = alinan.next();char p = s.charAt(0);String paketicerikleri = "";switch (p){case 'E':case 'e':paketicerikleri = paket_e() + paket_d() + paket_c()+ paket_b() + paket_a();break;case 'D':case 'd':paketicerikleri = paket_d() + paket_c()+ paket_b() + paket_a();break;case 'C':case 'c':paketicerikleri = paket_c() + paket_b() + paket_a();break;case 'B':case 'b':paketicerikleri = paket_b() + paket_a();break;case 'A':case 'a':paketicerikleri = paket_a();break;default:paketicerikleri = "Verilen paket icin bir icerik bulunamadi.";break;}//switch sonuSystem.out.println("\nYikama Paketi icerikleri:\n");System.out.println(paketicerikleri);} //main sonupublic static String paket_a(){return "\tYikama, Elektrik Supurgesiyle Temizleme ve Kurulama.\n";}public static String paket_b(){return "\tYuzey Cilalama,\n";}public static String paket_c(){return "\tIc doseme temizleme,\n";}public static String paket_d()

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!