Eclipse Boolen Tipi anlatımım

in #utopian-io7 years ago (edited)

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

Sort:  

Hey @ilginc I am @utopian-io. I have just upvoted you!

Achievements

  • You have less than 500 followers. Just gave you a gift to help you succeed!
  • Seems like you contribute quite often. AMAZING!

Community-Driven Witness!

I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!

mooncryption-utopian-witness-gif

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.

I reinstalled. Thank you . @drigweeu

Thank you for the contribution. It has been approved.

You can contact us on Discord.
[utopian-moderator]

Coin Marketplace

STEEM 0.18
TRX 0.16
JST 0.030
BTC 64834.92
ETH 2540.16
USDT 1.00
SBD 2.67