📜  c#如何在while循环中对整数使用or运算符 - C#代码示例

📅  最后修改于: 2022-03-11 14:49:11.345000             🧑  作者: Mango

代码示例1
while(a != b || c == 0); /*Do not ask me why fixing the equality operator from
=, to == fixes the error that says, "Operator '||' cannot be applied to 
operands of type 'bool' and 'int'", I couldn't tell you and C# is an utter 
freakin' retard circus