Thread: condition
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] malar_suku@yahoo.co.in is offline
external usenet poster
 
Posts: 1
Default condition


if(some condition)
print("hello");
else
print(world");

the ans should be hello world.

my question is what is the condition so that the ans is hello world.