How about this:
PHP Code:#include "iostream.h"
void main()
{
char name[25];
cout << "Enter Your Name ";
cin >> name;
cout<<IIF(name == "ILO","Handsome","Ugly");
return 0;
}
|
Results 1 to 28 of 28
Thread: Help in stringThreaded View
|
Click Here to Expand Forum to Full Width |