here dia put this in your compiler and run it
#include <iostream>
#include<string>
using namespace std;
;
int main()
{
string str1;
cout<<"whats dia's favorite past time\n";
cin>>str1;
if(str1=="dicksucking")
{
cout<<"he's a faggot\n";
}
else
{
cout<<"he's still a faggot\n";
}
}
|