Hi,
i've just followed an entrance test yesterday, and i got 1 question that is really confusing me.. and i think it's impossible for answering the question.
so the question is:
PHP Code:
if(condition) { print "Hello"; } else { print "World"; }
so what is the appropriate condition to make the code above print "HelloWorld"? is it possible to print the HelloWord by modifying the condition only? i'm just curious anyway =)
thank's for your attention
Regards
|