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("Bir Yazi Giriniz :");yazi=alinan.nextLine();System.out.print("Integer Sayi Giriniz:");i=alinan.nextInt();System.out.print("Short Sayi Giriniz:");s=alinan.nextShort();System.out.print("Long Sayi Giriniz:");l=alinan.nextLong();System.out.print("Byte : ");b=alinan.nextByte();System.out.print("Float : ");f=alinan.nextFloat();System.out.print("Double : ");d=alinan.nextDouble();System.out.print("Boolean : ");mantiksal=alinan.nextBoolean();System.out.print("Girilen <strong>Bilgiler</strong>\n" +"Yazi :"+ yazi +"\n"+"Integer :" + i + "\n"+"Short :" + s + "\n"+"Long :" + l + "\n"+"Byte :" + b + "\n"+"Float :" + f + "\n"+"Double :" + d + "\n"+"Boolean :" + mantiksal + "\n");}}Sonuç:Tamsayı Tipler (Integer);int tamsayi1;long uzuntamsayi;tamsayi1= 550;

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

Saved successfully!

Ooh no, something went wrong!