Saygılar arkadaşlar , Bu dersimizde " dinamiklik değer ataması " hakkında bilgi verdim. Değişken tiplerimizde son iki dersimiz kaldı . Değişkenlerden sonra dizeler konusuna gireceğiz ve yavaş yavaş yazılım yazmaya başlayacağız . Dilerimki bu dersimi güzel anlatabilmişimdir . Teşekkür ederim .
Englesh : Distinguished friends, In this lesson I gave you information about "dynamism value assignment". We have two last lessons in our variable types. After the variables, we will start to write about the strings and gradually start writing the software. I am able to tell this class beautifully. Thank you .
Bu dersimizin Kodları :
package com.com;
public class DinamikilkDegerAtamasi {
public static void main(String[] args) {
int sayi1 = 14, sayi2 = 53;
double sayi4;
sayi4 = sayi1 + 5.71;
System.out.println(sayi4);
float sayi3;
sayi3 = (float) Math.sqrt(sayi2+sayi1);
System.out.println(sayi3);
double sayi5;
sayi5 = Math.sqrt(sayi2+sayi1);
System.out.println(sayi5);
}
}
** Github : **
https://github.com/jerdal/Dinamiklikdeger
Youtube :
Ö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
3- https://utopian.io/utopian-io/@ilginc/eclipse-boolen-tipi-anlatimim
4- https://utopian.io/utopian-io/@ilginc/degiskenler-nasil-deklare-edilir
Posted on Utopian.io - Rewarding Open Source Contributors
Thank you for the contribution. It has been approved.
You can contact us on Discord.
[utopian-moderator]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit