Forum Discussion

VasanthVijay's avatar
VasanthVijay
Contributor
11 years ago

i create a condition like if(a != b || b != c )

a = 5 b= 5  c = 5 at this conditon it goes to else part but it go inside of if condition if(a!=b || b!= c) {      log.messave(a); } else {       log.message(b); }