if ((a == c && b != c) || (a != c && b== c)) is it usable

后端 未结 0 579
生来不讨喜
生来不讨喜 2020-12-12 07:55

Is this conditional form useful in programming and if it is what it’s application and is their a better way to write the same statement with out splitting it.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题