Logical AND operator help.Ah, I think I got it. I did if(color == 1 && donate == "Y") //With double quotes around Y. That s...
Logical AND operator help.Im getting the error code: "No match for 'operator==' in 'donate == 'Y''
Logical AND operator help.In which donate would be a Y or N entered in by the user
Logical AND operator help.Wouldnt that be: [code] cout << "Would you like to donate $10 to the Special Olympics?"; cout << "(...
Logical AND operator help.ok so Y isnt associated with anything. How could that be fixed? something like: Y=1? 1 being the tr...
This user does not accept Private Messages