Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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
om using stars
JAVA # MEVSİMLER
Max in 2D array
even to 100
kjhkj
DFS in Graph
Test processing time (loop vs. contains)
Complex Number implementation using oops java
Implementation of several common methods of LinkedList
An excursion with Strings