[Whoa. I'd suggest ending your preference of CAPITALIZING SYMBOLS.]
Read the error messages.
void TEMPinC()
{
cout << "Please enter the temperature in farenheit followed by enter\n";
cin >> TEMPERATURE;
}
I'd guess the message is something like this.
'TEMPERATURE' : undeclared identifier
I find that self-explanitory. There is no variable TEMPERATURE in the function TEMPinC.
The other one is the same issue, but different. You are using the pow function without including its header <cmath>.
Reputation Points: 2780
Solved Threads: 312
long time no c
Offline 4,790 posts
since Apr 2004