Main.cc: In function 'int main()':
Main.cc:15:15: warning: comparison with string literal results in unspecified behavior [-Waddress]
15 | if (gender == "M") {
| ~~~~~~~^~~~~~
Main.cc:15:15: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
Main.cc:20:22: warning: comparison with string literal results in unspecified behavior [-Waddress]
20 | if ( loveExercise == "Y") {
| ~~~~~~~~~~~~~^~~~~~
Main.cc:20:22: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
Main.cc:23:8: error: 'goodDeal' was not declared in this scope; did you mean 'goodDear'?
23 | if (goodDeal == "Y") {
| ^~~~~~~~
| goodDear