#include <iostream>
#include <cstdio>
#include <cstdlib>
using namespace std;
int main ()
{
int age = 0;
cout << "age:";
cin >> age;
if(age < 50)
{
cout << "your a bitch" << endl;
}
if(age > 50)
{
cout << "Your a gay bitch" << endl;
}
system("PAUSE");
return 0;
}
#include <iostream>
#include <cstdio>
#include <cstdlib>
using namespace std;
int main ()
{
int age = 0;
cout << "What's You Age little Boy";
cin >> What's You Age little Boy;
if(What's You Age little Boy < 13)
{
cout << "Would you like to come back to my house" << endl;
}
if(age > 13)
{
cout << "Sorry your to old" << endl;
}
system("PAUSE");
return 0;
}