Write JAVA expression for (F-32)*5/9
Answers
Answered by
3
Answer:class FahrenheittoCelsius. {
double celsius(double f) {
return (f-32)*5/9; }
public static void main(String arg[]) {
Scanner sc=new Scanner(System. in); System. out. ...
a=sc. nextDouble(); FahrenheittoCelsius fah=new FahrenheittoCelsius( );
double result=fah. celsius(a); System. out. ...
mark me the brainliest,,,,,,,,,,,pls
Answered by
0
Answer:
....
Explanation:
........................
Similar questions