Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
JAVA İLE CELCIUS HESAPLAMA - Fahrenheit to Celsius with Java
//'main' method must be in a class 'Rextester'. //Compiler version 1.8.0_111 import java.util.*; import java.lang.*; class Rextester { public static void main(String args[]) { Scanner k = new Scanner(System.in); float fah=k.nextFloat(); float celc= 5/9f*(fah-32); System.out.println("Sonuç = " + celc); } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Problem_fib
jb12.0 threads.enums
Sort an array of 0's 1's 2's
laba3
Multiplying Two Base-36 Numbers
4d
exp 1
inheritance
練習3-6
Pattern1
Please log in to post a comment.