prog.cpp: In function ‘int main()’:
prog.cpp:8:86: error: ‘FtoC’ was not declared in this scope
printf("%d degrees in Farenheit is %lf degrees in Celcius \n", degrees, FtoC(degrees));
^
prog.cpp:11:86: error: ‘CtoF’ was not declared in this scope
printf("%d degrees in Celcius is %lf degrees in Farenheit \n", degrees, CtoF(degrees));
^