if( (scene==1) || (scene==2) || (scene==3) || (scene==4) || .... (scene==n) ) {
....
....
}
How can we optimize the condition in the if statement? Any better logic to get the same result?
Any help in this regard will be well appreciated. If this question is below standard, then extremely sorry for that.
scene > 0? Needs a lot more info. – Ryan Jun 12 '12 at 13:58