2
Answers

Or condition on same variable

Ask a question
Ani

Ani

8y
285
1

Hi


I have to apply multiple conditions on a variable, so I am applying like this.

if(playerstate=="AP" || coachstate=="AP" || academystate =="AP")
return true;
 
Can someone suggest any smart code for the code or anyway can we reduce code ?

Answers (2)