Quote:
Originally posted by infinity2001+Dec 20 2005, 02:28--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (infinity2001 @ Dec 20 2005, 02:28)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--kaling@Dec 19 2005, 05:13
#Include <iostream.h>
int input;
// int YourIQisLowerthanAchild;
int main();
{
cout<< "Do you belive sockets are random? Y|N";
cin>>input;
if (input==Y)
{
cout<<"No such thing as random, but appears liek random doesn't it?";
}
else
if (input==N)
{
cout << "Do get your self owned by a group of nuubs you nuub!";
}
return 0;
}
p.s. i have no idea if that code would work...mind is half asleep and not gonna bother to to make it right...so bug off ya little programming runts...
|
It almost works :P
just make the var input a char, and in the ifs put "Y" or 'Y' dont remembe wich one worked... and remove some parenthesis, they make the code look ugly :P [/b][/quote]
LOL ya, liek i said, half asleep, things go koo-koo when people are in that state of mind.... :cool: