WRITE A JAVA PROGRAM TO CONVERT CELCIUS SCALE TO FAHRENHEIT
Answers
Answered by
1
Answer:
JAVA
public class temperature.
public static void main (String args[])
{ float Fahrenheit, Celsius;
Celsius= 13;
Fahrenheit =((Celsius*9)/5)+32;
System.out.println("Temperature in Fahrenheit is: "+Fahrenheit);}}
Answered by
0
I am really sorry but I really don't know anything about this
Similar questions
History,
24 days ago
Social Sciences,
24 days ago
Sociology,
24 days ago
Math,
1 month ago
Computer Science,
9 months ago
Science,
9 months ago