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:-
6.5m questions
8.6m answers