Wont show me the input?
It wont show me the input.
if (input == "yes")
{
cout<<"I know how you feel";
cin>> input;
}
else if (input == "no")
{
cout<<"Test";
cin>> input
return 0;
}
This is what you are doing in plain English. Try to spot the error.
If the user's input equals "yes"
Output "I know how you feel
Grab the user's input
Topic archived. No new replies allowed.