i compiled this code but cant fix these errors. (
1170_6_9a.cc: In function 'int main()':
1170_6_9a.cc:48: error: 'dry' was not declared in this scope
1170_6_9a.cc:51: error: '_cout' was not declared in this scope
1170_6_9a.cc:53: error: 'humid' was not declared in this scope )
The errors are pretty self explanatory. Error 1 and 3 you forgot the quotation marks around the strings refer to the first condition you have if ( temperature == "warm") Then error 2 I have no comment.