Monday, August 31, 2009

CHALLENGE 1 :TO EXECUTE BOTH IF - ELSE BLOCKS

Guys this is small challenge to programmers.....

THE CHALLENGE IS: It's a if-else statement ., In if Block YOU should print("HELLO") and In Else block you should print("World")..
AND output should be
HELLO WORLD
....
Means both if - else block should execute

No comments:

Post a Comment