write a program to input the temperature in centigrade and convert it into Fahrenheit in Java
Answers
Answered by
3
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);
}}
Similar questions
Computer Science,
2 months ago
Biology,
2 months ago
CBSE BOARD XII,
2 months ago
Physics,
5 months ago
Math,
11 months ago
English,
11 months ago