Untitled

 avatar
unknown
plain_text
a year ago
230 B
2
Indexable
Temperature:

import java.util.*;
class main{
    public static void main(String[] args){
    Scanner sc=new Scanner(System.in);
    double a=sc.nextDouble();
    System.out.println("Temperature in Fahrenheit: "+((a*9/5)+32));
}
}
Editor is loading...
Leave a Comment