A Anas M New member Aug 11, 2011 #1 I want to know How is AND decision in programming helpful. And if you can provide me with some quick exmaples of AND decision
I want to know How is AND decision in programming helpful. And if you can provide me with some quick exmaples of AND decision
R Ratchetr New member Aug 13, 2011 #2 IF User.HasCake AND User.EatsCake THEN * * return "You can't have your cake and eat it too!" ELSE * * return "You are OK"
IF User.HasCake AND User.EatsCake THEN * * return "You can't have your cake and eat it too!" ELSE * * return "You are OK"