Hello...I am just starting out in C and was wondering what would be the best formula to enter into a fahr to celsius mainline?<br>
<br>
<br>
#include<stdio.h><br>
<br>
#define ?????<br>
<br>
int main()<br>
<br>
{<br>
<br>
printf(??);<br>
scanf(.....);<br>
<br>
return(0)<br>
}<br>
/*your help would be much appreciated*/<br>
/*thanks*/<br>
<br>
<br>
<br>
#include<stdio.h><br>
<br>
#define ?????<br>
<br>
int main()<br>
<br>
{<br>
<br>
printf(??);<br>
scanf(.....);<br>
<br>
return(0)<br>
}<br>
/*your help would be much appreciated*/<br>
/*thanks*/<br>
<br>