Merhaba arkadaşlar , Derslerimiz düzenli bir şekilde devam etmektedir . Bugünkü dersimiz boolen Tipidir . " Boolen tipi " tüm programlama dillerinde büyük önem taşır . " Boolen " ilkel veri tipi sınıfına girmektedir. " Boolen sınıfının " tipinden bir veri alanı vardır . Dilerim anlatabilmişimdir . İyi dersler diliyorum .
Englesh : Hello friends, Our courses continue on a regular basis. Today's class is the boolen type. "Boolean type" is of great importance in all programming languages. "Boolean" falls into the primitive data type class. There is a data field of type "boolean class". I can tell them. I wish you good lectures.
Dersimizin Kodları :
package com.com;
public class BooleanTipi {
public static void main(String[] args) {
boolean booleanTipindekiDegisken;
booleanTipindekiDegisken = true;
System.out.println(booleanTipindekiDegisken);
if(booleanTipindekiDegisken)
{
System.out.println("1-SONU‚ DOÚRU");
}
booleanTipindekiDegisken = false;
System.out.println(booleanTipindekiDegisken);
if(booleanTipindekiDegisken)
{
System.out.println("2-SONU‚ DOÚRU");
}
}
}
Github :
https://github.com/jerdal/Boolentipi
**Youtube video : **
Önceki Derslerimiz ( Previous Lessons ) :
1- https://utopian.io/utopian-io/@ilginc/eclipse-selam-genel-egitime-baslangic
2- https://utopian.io/utopian-io/@ilginc/eclipse-java-karakter-tipi-ve-sayisal-tipler
Posted on Utopian.io - Rewarding Open Source Contributors
Hey @ilginc I am @utopian-io. I have just upvoted you!
Achievements
Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!
Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x
Your contribution cannot be approved because it does not follow the Utopian Rules.
You can contact us on Discord.
[utopian-moderator]
I reinstalled. Thank you . @drigweeu
Thank you for the contribution. It has been approved.
You can contact us on Discord.
[utopian-moderator]