#include"cstdio"
using namespace std;
class important_msg
{
char *msg;
public:
important_msg()
{
msg = " If tomorrow you get married and you have kids and one of your kids comes up to you and asks you the meaning of PORNOHRAPHY and you are not bold enough to tell your kid its meaning, then at that time you can't tell him to BING IT OUT you have to tell him GOOGLE IT OUT because BING blocks all the contents that contain words that are the superset of the word PORN. GOOGLE rocks. ";
}
void print_msg()
{
puts(msg);
cout<
}
};
main()
{
int physical_age=0;
int mental_age=0;
cout<<"Enter your physical age: ";
cin>>physical_age;
cout<<"Enter your mental age: ";
cin>>mental_age;
if((physical_age >=21) && (mental_age >= 21))
{
important_msg obj;
obj.print_msg();
}
else
{
cout<<"THIS MESSAGE CONTAINS ADULT CONTENT!!!"<
cout<<"YOU CAN'T ACCESS IT!!!"<
}
}
I checked it. Bing search karta hai.... ;)
ReplyDelete