View Single Post
  #15  
Old 07-11-2004, 06:54 AM
aendaar
Sarnak
 
Join Date: Dec 2003
Location: Hellhole, Texas
Posts: 77
Default

#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
Reply With Quote