#include <iostream>
using namespace std;
int main()
{
int a = 243;
int b;
int c;
cout<<"what is the password?";
cin>>b;
{ if(b == a)
cout<<"how did you find out the password?!";
}
{ if(b != a)
cout<<"haha! you dont know the password...go die..";
}
cin>>c;
return 0;
}
my skillz are leet
__________________
If we all took an eye for an eye and a tooth for a tooth, we would have no eyes or teeth.
---confucius...not really...i think it was ghandi
|