Sat Apr 09, 2011 1:23 am
int x=2
switch(x)
{
case 1:print("FIRST\n"); break;
case 2:print("SECOND\n"); break;
case 3:print("THIRD\n"); break;
default:print("OTHER\n); break;
}
Sat Apr 09, 2011 4:23 pm
Sat Dec 31, 2011 4:03 am
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.