Having some trouble.

Alright im trying to make a choice game on cmd using C++ on codelite. I dont know why its not working (my if statement).

if (pick == "yes");
{
cout<<"I know how you feel";
cin.get();
}
else if (pick == "no");
{
cout<<"What i think he is dumb";
cin.get();
cin.get();
}
Topic archived. No new replies allowed.