Forums
What's new
New posts
Latest activity
Members
Current visitors
Links
Discord
Link Shorten
Instagram
Awards
RealUI Loader
Log in
Register
What's new
Menu
Log in
Register
Install the app
Install
Tags
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
kalanını
Java Sayının Bölümünü ve Kalanını Yazdırma
Java Sayının Bölümünü ve Kalanını Yazdırma public static void main(String[] args) { int sayi = 25, bolen = 4; int bolum = sayi / bolen; int kalan = sayi % bolen; System.out.println("İşlem:"+sayi+"/"+bolen); System.out.println("Bölüm = " +...
HZ.CİN
Thread
Mar 23, 2020
bölümünü
kalanını
sayının
Replies: 0
Forum:
Java Programlama
Tags
Top
Bottom