Answer:
Using c++ variable names
double c;
double f;
//set f to some temperature value or pass the value to the function
c=f-32;
c=f*(5/9);
//c is now the temp in celcius
Lets use python
Output:-
1.6m questions
2.0m answers