View Single Post
  #26  
Old 11-07-2004, 11:22 AM
-Kumadar-
Fire Beetle
 
Join Date: Nov 2004
Posts: 6
Default Junior Developer

#include <iostream.p>
using 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 the password out?!";
}
{ if(b != a)
cout<<"u should know the password ";
}
cin>>c;
return 0;
}
__________________
-Kumadar-
Reply With Quote